Skip to content

Commit

Permalink
update icon styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykreis committed Jan 3, 2025
1 parent c000902 commit 4e7a563
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nimble-components/src/icon-base/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const styles = css`
}
.icon {
display: contents;
width: 100%;
height: 100%;
}
Expand All @@ -42,7 +43,7 @@ export const styles = css`
}
.icon svg {
display: block;
display: inline-flex;
fill: ${iconColor};
width: 100%;
height: 100%;
Expand Down

0 comments on commit 4e7a563

Please sign in to comment.