Skip to content

Commit

Permalink
refactor(theme): adjust cmd selected background color
Browse files Browse the repository at this point in the history
  • Loading branch information
sozonome committed Sep 15, 2023
1 parent 954a428 commit 93f5841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/styles/theme/semanticTokens/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export const semanticTokens: SemanticTokenType = {
_dark: 'gray.500',
},
selectedCommandItemBackground: {
default: 'gray.300',
_dark: 'gray.400',
default: 'gray.400',
_dark: 'gray.600',
},
},
};

1 comment on commit 93f5841

@vercel
Copy link

@vercel vercel bot commented on 93f5841 Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.