File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const IconButton = ({
4040 flavour = { flavour }
4141 disabled = { disabled }
4242 icon = { icon }
43- iconColor = { isDefaultFlavour ? "white " : iconColor }
43+ iconColor = { isDefaultFlavour ? "iconColor " : iconColor }
4444 iconSize = { iconSize }
4545 neutral = { ! isDefaultFlavour }
4646 { ...props }
Original file line number Diff line number Diff line change @@ -81,6 +81,9 @@ const appColors = {
8181
8282 //Table
8383 tableRowBg : rawColors . neutral . arsenic ,
84+
85+ //IconButton
86+ iconColor : rawColors . neutral . iron ,
8487}
8588
8689export default {
Original file line number Diff line number Diff line change @@ -81,6 +81,9 @@ const appColors = {
8181
8282 //Table
8383 tableRowBg : rawColors . neutral . blackhaze ,
84+
85+ //IconButton
86+ iconColor : rawColors . neutral . limedSpruce ,
8487}
8588
8689export default {
You can’t perform that action at this time.
0 commit comments