Skip to content

Commit

Permalink
fix: selected text styles
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Jun 1, 2024
1 parent f6b380d commit 8f91e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/design-system/lib/preset-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ export const appCorePandaPreset = definePreset({
},
'::selection': {
bgColor: 'var(--colors-blue-dark-800)',
color: 'var(--colors-contrast-white-100)',
color: 'var(--colors-contrast-dark-800)',
},
},
})

0 comments on commit 8f91e74

Please sign in to comment.