Skip to content

Commit

Permalink
fix: update border color in listbox.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Dec 26, 2023
1 parent 4a4b86d commit 7cb78ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/components/listbox/listbox.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export const defaultConfig = {
dark: 'muted-950',
},
border: {
light: 'muted-100',
light: 'muted-200',
dark: 'muted-800',
},
font: {
Expand Down

0 comments on commit 7cb78ea

Please sign in to comment.