V2 Flatten split options to remove layers of drop downs (#4439)

Co-authored-by: Connor Yoh <[email protected]>
This commit is contained in:
ConnorYoh
2025-09-15 16:11:29 +00:00
committed by GitHub
co-authored by Connor Yoh
parent 7dad484aa7
commit a57373b968
8 changed files with 229 additions and 83 deletions
+2 -2
View File
@@ -183,10 +183,10 @@ export const mantineTheme = createTheme({
},
option: {
color: 'var(--text-primary)',
'&[data-hovered]': {
'&[dataHovered]': {
backgroundColor: 'var(--hover-bg)',
},
'&[data-selected]': {
'&[dataSelected]': {
backgroundColor: 'var(--color-primary-100)',
color: 'var(--color-primary-900)',
},