Skip to content

Commit 5dcefe2

Browse files
authored
fix: add ivy-green (#2920)
1 parent bb95513 commit 5dcefe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/widgets/primitives/IvyLogoWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const IvyLogoWidget: React.FC<IvyLogoWidgetProps> = ({
1515
const styles = {
1616
...getWidth(width),
1717
...getHeight(height),
18-
...getColor(color || "brand", "color", "background"),
18+
...getColor(color || "ivy-green", "color", "background"),
1919
};
2020

2121
return <IvyLogo style={styles} className="text-brand" />;

0 commit comments

Comments
 (0)