Removed duplicate classes from Material icons
This commit is contained in:
parent
f745767235
commit
205df9af97
@ -128,10 +128,6 @@ const IconBase: React.FunctionComponent<IIconBaseProps> = ({ icon, iconBG, iconB
|
||||
}
|
||||
}
|
||||
|
||||
if (is.null(iconBubble) || iconBubble !== false) {
|
||||
iconClassName += " rounded-2xl border border-black/5 shadow-sm";
|
||||
}
|
||||
|
||||
if (is.null(iconColor)) {
|
||||
iconColor = "black dark:bg-white";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user