Make toast titles use normal font weight
This commit is contained in:
@@ -32,8 +32,8 @@ onMounted(() => {
|
|||||||
unstyled: true,
|
unstyled: true,
|
||||||
classes: {
|
classes: {
|
||||||
toast: 'bg-muted rounded-lg w-80 text-sm shadow-lg/20 p-3 pl-5 flex gap-3',
|
toast: 'bg-muted rounded-lg w-80 text-sm shadow-lg/20 p-3 pl-5 flex gap-3',
|
||||||
title: 'font-bold',
|
title: '',
|
||||||
description: 'text-',
|
description: '',
|
||||||
actionButton: 'bg-background hover:bg-accent border-1 rounded shadow text-foreground px-2 h-8 ml-auto whitespace-nowrap',
|
actionButton: 'bg-background hover:bg-accent border-1 rounded shadow text-foreground px-2 h-8 ml-auto whitespace-nowrap',
|
||||||
cancelButton: '',
|
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',
|
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