Skip to content

Commit

Permalink
Fix button bg on initial render
Browse files Browse the repository at this point in the history
  • Loading branch information
plin-stytch committed Jun 13, 2024
1 parent 2d33ed4 commit e88e206
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ const styles: Record<string, React.CSSProperties> = {
borderRadius: '3px',
},
secondaryButton: {
backgroundColor: '#E5E8EB', // fog
color: '#19303D', // charcoal
padding: '8px 22px',
borderRadius: '3px',
Expand Down

0 comments on commit e88e206

Please sign in to comment.