style: make toast border thiner
This commit is contained in:
parent
c3bfe665a8
commit
ea6d8971da
@ -24,7 +24,7 @@ const toastColors = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const [toastVariant] = vcn({
|
const [toastVariant] = vcn({
|
||||||
base: `flex flex-col gap-2 border-2 p-4 rounded-lg pr-8 pointer-events-auto ${toastColors.background} relative transition-all duration-150`,
|
base: `flex flex-col gap-2 border p-4 rounded-lg pr-8 pointer-events-auto ${toastColors.background} relative transition-all duration-150`,
|
||||||
variants: {
|
variants: {
|
||||||
status: {
|
status: {
|
||||||
default: toastColors.borders.default,
|
default: toastColors.borders.default,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user