Skip to content

Commit

Permalink
modify toast styles
Browse files Browse the repository at this point in the history
  • Loading branch information
hervedombya committed Sep 13, 2023
1 parent 07ef7aa commit e29886a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/toast/Toast.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ function Toast({
style={{
alignItems: 'flex-end',
backgroundColor: theme.backgroundLevel1,
borderColor: theme.border,
border: '1px solid',
border: `1px solid ${theme.border}`,
boxShadow: '0px 4px 10px 4px #000',
display: 'flex',
borderRadius: '4px',
position: 'relative',
Expand Down

0 comments on commit e29886a

Please sign in to comment.