Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function getKeybindings(id: string) {
>
<ViteDevToolsLogo class="absolute top--32px left-5px w-60 pointer-events-none" />
<div
class="w-full w-lg bg-base border border-base rounded-lg shadow-xl pointer-events-auto of-hidden flex flex-col max-h-[60vh]"
class="w-full w-lg bg-glass:75 color-base border border-base rounded-lg shadow-xl pointer-events-auto of-hidden flex flex-col max-h-[60vh]"
>
<!-- Header -->
<header class="border-b border-base flex items-center px-3">
Expand All @@ -284,7 +284,7 @@ function getKeybindings(id: string) {
<input
ref="searchInput"
v-model="search"
class="flex-1 bg-transparent py-3 outline-none text-sm text-base"
class="flex-1 bg-transparent py-3 outline-none text-sm color-base"
placeholder="Type a command..."
@keydown="onKeyDown"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ function resetCustomOrderForContainer(container: string) {
>
<div
:class="settings.docksPinned.includes(dock.id) ? 'i-ph-push-pin-fill rotate--45' : 'i-ph-push-pin'"
class="text-base"
class="color-base"
/>
</button>
</div>
Expand Down Expand Up @@ -542,7 +542,7 @@ function resetCustomOrderForContainer(container: string) {
>
<div
:class="settings.docksPinned.includes(member.id) ? 'i-ph-push-pin-fill rotate--45' : 'i-ph-push-pin'"
class="text-base"
class="color-base"
/>
</button>
</div>
Expand Down
Loading