style: bump border-radius globally - rounded to rounded-lg, rounded-lg to rounded-xl
This commit is contained in:
@@ -11,7 +11,7 @@ const toastStore = useToastStore()
|
||||
v-for="toast in toastStore.toasts"
|
||||
:key="toast.id"
|
||||
@click="toastStore.removeToast(toast.id)"
|
||||
class="w-80 flex items-center gap-3 px-4 py-3 bg-bg-surface border border-border-subtle rounded shadow-lg cursor-pointer pointer-events-auto border-l-[3px]"
|
||||
class="w-80 flex items-center gap-3 px-4 py-3 bg-bg-surface border border-border-subtle rounded-lg shadow-lg cursor-pointer pointer-events-auto border-l-[3px]"
|
||||
:class="[
|
||||
toast.exiting ? 'animate-toast-exit' : 'animate-toast-enter',
|
||||
toast.type === 'success' ? 'border-l-status-running' : '',
|
||||
|
||||
Reference in New Issue
Block a user