Skip to content

Commit

Permalink
button要素のブラウザデフォルトスタイル対策
Browse files Browse the repository at this point in the history
  • Loading branch information
erutobusiness committed Apr 2, 2024
1 parent 56130b9 commit 00d0458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/button/ButtonVite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const styles = stylex.create({
'@media (prefers-color-scheme: dark)': '#1a1a1a',
'@media (prefers-color-scheme: light)': '#f9f9f9',
},
outline: 'none', // デフォルトのスタイル対策
borderWidth: 1,
borderStyle: 'solid',
borderColor: {
Expand Down

0 comments on commit 00d0458

Please sign in to comment.