fix description/label styles to be consistent

This commit is contained in:
jeffvli
2026-07-23 19:57:06 -07:00
parent a0bae0ffb0
commit bcc6edc5dc
26 changed files with 111 additions and 11 deletions
@@ -12,6 +12,7 @@ export interface MultiSelectProps extends MantineMultiSelectProps {
}
const defaultClassNames = {
description: styles.description,
dropdown: styles.dropdown,
input: styles.input,
label: styles.label,