Make toast titles use normal font weight

This commit is contained in:
2025-11-04 13:48:30 +01:00
parent 52d51fde63
commit 8756d81ea2
+2 -2
View File
@@ -32,8 +32,8 @@ onMounted(() => {
unstyled: true,
classes: {
toast: 'bg-muted rounded-lg w-80 text-sm shadow-lg/20 p-3 pl-5 flex gap-3',
title: 'font-bold',
description: 'text-',
title: '',
description: '',
actionButton: 'bg-background hover:bg-accent border-1 rounded shadow text-foreground px-2 h-8 ml-auto whitespace-nowrap',
cancelButton: '',
closeButton: 'bg-background hover:bg-accent text-foreground stroke-2 rounded-full w-5 h-5 absolute -left-2 -top-2 flex justify-center items-center shadow-md',