Skip to content

Commit

Permalink
fix navbar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hervedombya committed Oct 4, 2023
1 parent 55996db commit 110dc2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/toast/ToastPositionHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export type ToastPosition =

export const positionOutput: Record<ToastPosition, {}> = {
'top-left': {
top: '1rem',
top: '3rem',
left: '1rem',
},
'top-right': {
top: '1rem',
top: '3rem',
right: '1rem',
},
'top-center': {
Expand Down

0 comments on commit 110dc2f

Please sign in to comment.