Make toast titles use normal font weight
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user