fix(ui,ui-preset,icons): Fix styling of Select, DropdownMenu, and Checkbox (#7525)

* progress

* progress

* fix: checkbox styling

* fix(ui,ui-preset): Fix the styling of Select, DropdownMenu, and Checkbox

* update ellipse-solid-mini icon

* cleanup
This commit is contained in:
Kasper Fabricius Kristensen
2024-05-29 21:16:54 +02:00
committed by GitHub
parent 89b0876abc
commit e73b6ce691
11 changed files with 129 additions and 224 deletions

View File

@@ -5,5 +5,6 @@
@layer base {
body {
@apply !bg-ui-bg-base;
text-rendering: optimizeLegibility;
}
}