Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Button: Ensure that icons don't shrink
  • Loading branch information
mirka committed Oct 20, 2025
commit 02c2e26aed1c06257aa92e599a7fde337a469574
1 change: 1 addition & 0 deletions packages/components/src/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@
svg {
fill: currentColor;
outline: none;
flex-shrink: 0;

// Optimize for high contrast modes.
// See also https://blogs.windows.com/msedgedev/2020/09/17/styling-for-windows-high-contrast-with-new-standards-for-forced-colors/.
Expand Down
Loading