Skip to content

Commit

Permalink
#106 Alert UI tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
blms committed Feb 7, 2021
1 parent 82b7855 commit 79ae2f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Alerts/Alerts.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ function Alerts({ alerts }) {
key={`${alert.text}${Math.random()}`}
style={{
position: 'fixed',
top: '2rem',
top: '10%',
left: '50%',
transform: 'translateX(-50%)',
zIndex: '5',
transition: 'opacity 500ms ease-in',
}}
>
{alert.text}
Expand Down

0 comments on commit 79ae2f8

Please sign in to comment.