mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 16:50:27 +00:00
remove opacity on toast
This commit is contained in:
parent
a0ab1fe8d8
commit
3d9b155fc3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
<div
|
<div
|
||||||
v-for="(notify, index) in notifications.slice(0, 4)"
|
v-for="(notify, index) in notifications.slice(0, 4)"
|
||||||
:key="notify.id"
|
:key="notify.id"
|
||||||
class="my-2 w-[300px] rounded-md p-3 text-sm text-white opacity-75"
|
class="my-2 w-[300px] rounded-md p-3 text-sm text-white"
|
||||||
:class="{
|
:class="{
|
||||||
'bg-primary': notify.type === 'info',
|
'bg-primary': notify.type === 'info',
|
||||||
'bg-red-600': notify.type === 'error',
|
'bg-red-600': notify.type === 'error',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue