Skip to content

Commit

Permalink
button style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzlenut authored Jul 23, 2023
1 parent 2d6bc2f commit 4a4de2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sections/banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ const Banner = () => {
style={{
padding: '10px 30px',
borderRadius: '6px',
margin: '-7px'
margin: '-7px',
backgroundColor: '#0cae6d'
}}
variant="buttons.primary"
onClick={() => setIsOpen(true)}
Expand Down

0 comments on commit 4a4de2f

Please sign in to comment.