bugfix
All checks were successful
deploy to production / deploy (push) Successful in 55s

This commit is contained in:
2023-12-08 14:31:06 +00:00
parent bb4a9a2c55
commit 17917ddec5
8 changed files with 12 additions and 11 deletions

View File

@@ -164,8 +164,8 @@
height: 1.8vw;
max-height: 25px;
border-radius: 15px;
border: 2px solid @signal-color;
color: @signal-color;
border: 2px solid #6b6868;
color: #6b6868;
background-color: @bg-color-secondary;
display: flex;
justify-content: center;

View File

@@ -20,6 +20,7 @@
<div class="icon">
<svg
stroke="{i == active ? '#5b6e98' : 'white'}"
fill="{i == active ? '#5b6e98' : 'white'}"
data-src="{apiBaseURL}medialib/{box?.icon}/{$mediaLibrary?.[box?.icon]?.file?.src}"></svg>
</div>
<div class="text">

View File

@@ -84,7 +84,6 @@
width: 100%;
background-color: @signal-color;
color: @font-color-secondary;
border: 2px solid @bg-color-secondary;
padding: 2px 15px;
font-weight: bold;
}