Skip to content

Commit

Permalink
Danger button font bold
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnei committed May 29, 2024
1 parent 35f67ad commit a4915b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ const css = (
}),

"danger": () => ({
border: `1px solid ${config.colors.danger4}`,
border: `2px solid ${config.colors.danger4}`,
color: config.colors.danger4,
fontWeight: "bold",
"&:hover, &:focus-visible": {
border: `1px solid ${config.colors.danger5}`,
backgroundColor: config.colors.danger4,
Expand Down

0 comments on commit a4915b5

Please sign in to comment.