Merge pull request #2715 from ZhenShuo2021/stylee

💄 Style: multiple appearance improvements
This commit is contained in:
Nuno C.
2026-01-12 00:53:25 +00:00
committed by GitHub
7 changed files with 121 additions and 87 deletions
+2 -2
View File
@@ -10,9 +10,9 @@
<div
{{ if not ($.Scratch.Get "cardColor") }}
class="flex px-4 py-3 rounded-md bg-primary-100 dark:bg-primary-900"
class="flex px-4 py-3 rounded-md shadow bg-primary-100 dark:bg-primary-900"
{{ else }}
class="flex px-4 py-3 rounded-md" style="background-color: {{ $.Scratch.Get "cardColor" }}"
class="flex px-4 py-3 rounded-md shadow" style="background-color: {{ $.Scratch.Get "cardColor" }}"
{{ end }}
>
<span