Skip to content

Commit f09a608

Browse files
authored
Apps/roadmap/navlogobackground (#197)
* fix color for nav logo background. * roadmap@1.1.1
1 parent 4a6f1ae commit f09a608

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/roadmap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instructure.ai/roadmap",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"homepage": "https://instructure.ai/roadmap",
66
"repository": {

apps/roadmap/src/components/themeEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ const ThemeEditorList = ({ isDark }: { isDark: boolean }) => {
273273
),
274274
},
275275
{
276-
content: ({ color = COLORS.primaryBrandColor, label = "Nav Logo Background:" }) => (
276+
content: ({ color = COLORS.navBackground, label = "Nav Logo Background:" }) => (
277277
<ColorRow label={label} color={color} />
278278
),
279279
},

0 commit comments

Comments
 (0)