diff --git a/frontend/src/app.css b/frontend/src/app.css index b82bcbc..eabaf79 100644 --- a/frontend/src/app.css +++ b/frontend/src/app.css @@ -6,6 +6,13 @@ emerald --default; } +@plugin "daisyui/theme" { + name: "emerald"; + --radius-selector: 0.5rem; + --radius-field: 0.25rem; + --radius-box: 0.5rem; +} + @plugin "daisyui/theme" { name: "darkgray"; default: false;