fix: make use of design system label component in select
minor tweaks to make sure input and select behaves consistently
This commit is contained in:
@@ -12,6 +12,9 @@ export const labelVariants = cva(styles.label, {
|
||||
required: {
|
||||
true: styles.required,
|
||||
},
|
||||
selected: {
|
||||
true: styles.selected,
|
||||
},
|
||||
},
|
||||
defaultVariants: {
|
||||
size: 'regular',
|
||||
|
||||
Reference in New Issue
Block a user