From 215fbad04eac336b3093196de39637e3894d3c58 Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Sat, 13 Nov 2021 17:25:20 +0100 Subject: [PATCH] make info text bolder --- src/styles/Info.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/Info.scss b/src/styles/Info.scss index da1052b..2c7859e 100644 --- a/src/styles/Info.scss +++ b/src/styles/Info.scss @@ -19,7 +19,7 @@ background-color: spiceColor("button"); border-radius: var(--sidebar-icons-border-radius); line-height: 13px; - @include spiceFont("glue", 14px); + @include spiceFont("glue", 14px, "Medium"); &[clickable] { cursor: pointer;