Commit c568b5a
committed
fix(icons): apply fill to AddCircleIcon path, drop full-canvas rect
AddCircleIcon's SVG put fill={fill} (currentColor by default) on a
full-canvas 48x48 rect and left the actual icon path unfilled, so the
icon rendered as a solid rectangle of text color with a black
plus-in-circle on top — instead of a clean outlined-plus-in-circle
glyph.
Drop the background rect and apply fill={fill} to the icon path, so
AddCircleIcon renders like the @mui/icons-material/AddCircleOutline
it's intended to replace in consumers (e.g. meshery/ui).
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>1 parent 3bbb07e commit c568b5a
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments