From 15338f27da7a599c016842c6fa94724768a4bac6 Mon Sep 17 00:00:00 2001 From: stanavdb Date: Tue, 22 Oct 2024 20:22:00 +0200 Subject: [PATCH] chore: adjust styling of attributes input --- src/style/sheets/actor/module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/sheets/actor/module.scss b/src/style/sheets/actor/module.scss index 0896500e..45dd1dd0 100644 --- a/src/style/sheets/actor/module.scss +++ b/src/style/sheets/actor/module.scss @@ -447,6 +447,7 @@ &:first-child { .value input { border-bottom-left-radius: 1rem; + font-weight: bold; } }