fix: darkmode on radio button and checkbox labels (#1518)

Fixed Radio Button and Checkbox Appearance in Dark Mode
This commit is contained in:
Doug Andrade
2024-12-12 23:55:40 -05:00
committed by GitHub
parent 7d201f05d9
commit d7de3b08c1
4 changed files with 7 additions and 4 deletions

View File

@ -16,6 +16,7 @@ module.exports = {
},
colors: {
border: 'hsl(var(--border))',
'field-border': 'hsl(var(--field-border))',
input: 'hsl(var(--input))',
ring: 'hsl(var(--ring))',
background: 'hsl(var(--background))',