From 930a04037f18eb794ad8ed9deae736384100f30e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 19 Oct 2023 09:57:00 +0200 Subject: [PATCH] Task: Improve styles for small buttons --- assets/styles/components/button.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/components/button.css b/assets/styles/components/button.css index 6528066..e719082 100644 --- a/assets/styles/components/button.css +++ b/assets/styles/components/button.css @@ -3,7 +3,7 @@ } .btn--small { - @apply py-1 px-2 rounded-sm; + @apply text-xs py-1 px-2 rounded-sm; } .btn--secondary {