From 947af8206929a47d9bee6763b6dbdeffecb2b487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sat, 1 May 2021 09:20:06 +0100 Subject: [PATCH] chore(ui): use smaller annotations --- ui/src/Styles/Components/Annotation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/Styles/Components/Annotation.scss b/ui/src/Styles/Components/Annotation.scss index 86345fe44..80c98ca8c 100644 --- a/ui/src/Styles/Components/Annotation.scss +++ b/ui/src/Styles/Components/Annotation.scss @@ -1,5 +1,5 @@ .components-grid-annotation { - font-size: 90%; + font-size: 85%; color: $body-color; }