From a1ba2e6ca07b53695443983eb70d9ef97c3abd5f Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Mon, 11 Sep 2023 13:30:25 +0200 Subject: [PATCH] fix(pill): Adjust font-size --- src/components/pill/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pill/style.scss b/src/components/pill/style.scss index bbff08f..8dc5a72 100644 --- a/src/components/pill/style.scss +++ b/src/components/pill/style.scss @@ -9,7 +9,7 @@ font-family: $font-main; line-height: 1em; - font-size: 0.8em; + font-size: small; border-radius: 100vh; margin: 0 0.5ch; -- GitLab