Skip to content

Commit

Permalink
changed button color to light orange
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Lu committed Sep 20, 2024
1 parent d752227 commit 0b37022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/hack-school/toggle_component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const ToggleCodeBlock: FC<{ children: ReactNode }> = ({ children }) => {
type="button"
onClick={() => setIsVisible(!isVisible)}
style={{
backgroundColor: '#494D5F',
backgroundColor: 'hsl(var(--nextra-primary-hue) 100% 70% / var(--tw-bg-opacity))',
borderRadius: '4px',
padding: '0.5rem',
margin: '0.5rem',
Expand Down

0 comments on commit 0b37022

Please sign in to comment.