From 921743da5f03ee15eb5156cdb6c3be58b8fc8d5f Mon Sep 17 00:00:00 2001 From: Mike Fortman Date: Wed, 23 Oct 2024 13:24:35 -0500 Subject: [PATCH] fix: restore radius (#4257) restore radius --- src/frontend/src/style/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/src/style/index.css b/src/frontend/src/style/index.css index 87318fa2b..3fa513c82 100644 --- a/src/frontend/src/style/index.css +++ b/src/frontend/src/style/index.css @@ -94,6 +94,8 @@ --note-emerald-opacity: #064e3b80; --note-amber-opacity: #78350f80; --note-red-opacity: #7f1d1d80; + + --radius: 0.5rem; } .dark {