Removed duplicate classes from Material icons

This commit is contained in:
Jordan Roher 2023-04-24 14:32:56 -07:00
parent f745767235
commit 205df9af97
2 changed files with 1 additions and 5 deletions

View File

@ -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";
}

View File

@ -1 +1 @@
1.1.2
1.1.3