labels fix

This commit is contained in:
Čarodej
2021-11-24 18:06:11 +01:00
parent f71a31ab78
commit 9503ecbd79
6 changed files with 34 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="widget">
<div class="widget-content bg-white">
<div class="widget-content dark:bg-dark-foreground bg-white">
<div class="headline">
<div class="icon">
<users-icon v-if="icon === 'users'" size="19" class="text-theme dark-text-theme"/>
@@ -59,9 +59,6 @@
}
.dark {
.widget-content {
background: $dark_mode_foreground;
}
.headline {
.title {