Skip to content

Commit

Permalink
fix: some ui improve
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Jul 16, 2023
1 parent 5b5cb30 commit beac629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/widgets/shared/ToastCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ export const ToastCard: FC<{
'flex items-center',
'select-none',
'[&>i]:flex-shrink-0',
'[&>svg]:flex-shrink-0',
)}
onClick={onClick}
>
{iconElement ?? typeMap[props.toastProps?.type ?? 'default']}
<span>{message}</span>
<span className="text-left">{message}</span>

<MotionButtonBase
aria-label="Close toast"
Expand Down

1 comment on commit beac629

@vercel
Copy link

@vercel vercel bot commented on beac629 Jul 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-git-main-innei.vercel.app
shiro-innei.vercel.app
springtide.vercel.app
innei.in

Please sign in to comment.