style: make toast border thiner

This commit is contained in:
p-sw 2024-06-03 14:52:01 +09:00
parent c3bfe665a8
commit ea6d8971da

View File

@ -24,7 +24,7 @@ const toastColors = {
};
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: {
status: {
default: toastColors.borders.default,