Commit 60828316 by Ivana Huckova Committed by GitHub

Fix spinner and broken buttons (#30286)

parent 860ff8cf
......@@ -61,7 +61,7 @@ export const Icon = React.forwardRef<HTMLDivElement, IconProps>(
const svgSize = getSvgSize(size);
/* Temporary solution to display also font awesome icons */
if (name?.startsWith('fa-')) {
if (name?.startsWith('fa fa-')) {
return <i className={cx(name, className)} {...divElementProps} style={style} />;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment