Skip to content

Commit

Permalink
feat(a11y): update name of system color theme on kbar
Browse files Browse the repository at this point in the history
From `System defined` to `System colors`
  • Loading branch information
mateusfg7 committed Jul 21, 2023
1 parent aa8603d commit 360a1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/kbar/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export function CustomKBarProvider({ children }: { children: ReactNode }) {
},
{
id: 'system-theme',
name: 'System defined',
name: 'System colors',
icon: <Desktop weight="duotone" />,
parent: 'set-theme',
keywords: 'theme dark light',
Expand Down

0 comments on commit 360a1b1

Please sign in to comment.