We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e913f8f commit 5dc409dCopy full SHA for 5dc409d
1 file changed
extensions/whitelabeling/6.0.x/extensions/AdminBranding/AdminBranding.tsx
@@ -13,8 +13,7 @@ const AdminBranding = () => {
13
squareLogo={<img src={squareLogo} alt={"ACME Corp"} />}
14
horizontalLogo={<img src={horizontalLogo} alt={"ACME Corp"} />}
15
/>
16
- <Theme.Color palette={"primary"} color={"purple"} />
17
- <Theme.Color palette={"neutral"} color={"light-green"} />
+ <Theme.Color palette={"primary"} color={"blue"} />
18
</AdminConfig.Public>
19
);
20
};
0 commit comments