mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 04:02:15 +01:00
add light mode
This commit is contained in:
@@ -47,7 +47,7 @@ watchEffect(async () => {
|
||||
|
||||
<svg
|
||||
v-if="style == 'danger'"
|
||||
class="h-5 w-5 text-white"
|
||||
class="h-5 w-5 text-text-primary"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
@@ -60,7 +60,7 @@ watchEffect(async () => {
|
||||
</svg>
|
||||
</span>
|
||||
|
||||
<p class="ms-3 font-medium text-sm text-white truncate">
|
||||
<p class="ms-3 font-medium text-sm text-text-primary truncate">
|
||||
{{ message }}
|
||||
</p>
|
||||
</div>
|
||||
@@ -72,7 +72,7 @@ watchEffect(async () => {
|
||||
aria-label="Dismiss"
|
||||
@click.prevent="show = false">
|
||||
<svg
|
||||
class="h-5 w-5 text-white"
|
||||
class="h-5 w-5 text-text-primary"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
|
||||
Reference in New Issue
Block a user