From 510e6bf55a16ab6c217031015224b3e847637ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Mon, 19 Jun 2023 11:48:58 +0200 Subject: [PATCH] style: smaller iconbutton text --- webui/src/components/utils/IconButton.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/src/components/utils/IconButton.svelte b/webui/src/components/utils/IconButton.svelte index 5fe4690..586fb72 100644 --- a/webui/src/components/utils/IconButton.svelte +++ b/webui/src/components/utils/IconButton.svelte @@ -44,7 +44,7 @@ } .text { - font-size: 0.66em; + font-size: 0.5em; text-align: center; margin-top: 0.2em; }