* progress * progress * fix: checkbox styling * fix(ui,ui-preset): Fix the styling of Select, DropdownMenu, and Checkbox * update ellipse-solid-mini icon * cleanup
11 lines
156 B
CSS
11 lines
156 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
body {
|
|
@apply !bg-ui-bg-base;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
}
|