We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb95513 commit 5dcefe2Copy full SHA for 5dcefe2
src/frontend/src/widgets/primitives/IvyLogoWidget.tsx
@@ -15,7 +15,7 @@ export const IvyLogoWidget: React.FC<IvyLogoWidgetProps> = ({
15
const styles = {
16
...getWidth(width),
17
...getHeight(height),
18
- ...getColor(color || "brand", "color", "background"),
+ ...getColor(color || "ivy-green", "color", "background"),
19
};
20
21
return <IvyLogo style={styles} className="text-brand" />;
0 commit comments