aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-07-03 11:18:24 -0400
committerbobzel <zzzman@gmail.com>2023-07-03 11:18:24 -0400
commit823a9433829babb9fa1ec86fa0edafa3a44bc086 (patch)
tree4fbde5ee29b29289fe68a04ef2710ea1d548cfbe /src
parent2ddb1c812936286c4d9ae03065be8d4d9f14bc88 (diff)
changed font icon ui for windows to avoid blur
Diffstat (limited to 'src')
-rw-r--r--src/client/views/nodes/button/FontIconBox.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/button/FontIconBox.scss b/src/client/views/nodes/button/FontIconBox.scss
index f3b43501b..9d9fa26b0 100644
--- a/src/client/views/nodes/button/FontIconBox.scss
+++ b/src/client/views/nodes/button/FontIconBox.scss
@@ -18,7 +18,7 @@
.fontIconBox-label {
color: $white;
- bottom: 0;
+ bottom: -1;
position: absolute;
text-align: center;
font-size: 7px;
@@ -27,7 +27,7 @@
border-radius: 8px;
padding: 0;
width: 100%;
- font-family: 'ROBOTO';
+ font-family: 'system-ui';
text-transform: uppercase;
font-weight: bold;
transition: 0.15s;