Revert colors

pull/1021/head
Cagatay Civici 2021-02-23 16:25:41 +03:00
parent 9c8b9d0eff
commit 3d04d57814
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
<div class="card">
<div class="color-stack">
<div v-for="shade in shades" :key="shade" class="color-box"
:style="{backgroundColor:`var(--surface-${shade})`, color: (shade > 500 ? '#fff': '#000')}">
:style="{backgroundColor:`var(--surface-${shade})`, color: $appState.darkTheme ? (shade > 500 ? '#000': '#fff'): (shade > 500 ? '#fff': '#000')}">
surface-{{shade}}
</div>
</div>