mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
style: updated text colours across app
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<NuxtLink
|
||||
to="/account/notifications"
|
||||
type="button"
|
||||
class="text-sm text-zinc-500"
|
||||
class="text-sm text-zinc-400"
|
||||
>
|
||||
View all →
|
||||
</NuxtLink>
|
||||
@@ -29,7 +29,7 @@
|
||||
</div>
|
||||
<div
|
||||
v-if="props.notifications.length == 0"
|
||||
class="text-sm text-zinc-600 p-3 text-center w-full"
|
||||
class="text-sm text-zinc-400 p-3 text-center w-full"
|
||||
>
|
||||
No notifications
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user