Skip to content

Commit

Permalink
chore(storybook): change brand info (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunory authored Mar 20, 2024
1 parent 79fa6e4 commit 3e0540b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ export const CloudThemeLight = create({
inputTextColor: 'black',
inputBorderRadius: 4,

brandUrl: 'https://github.com/gravity-ui/uikit',
brandUrl: 'https://github.com/gravity-ui/navigation',
brandTitle: `<div style="font-size: 18px; color: #027bf3; font-weight: 600; margin-top: -6px; margin-bottom: 2px;">Gravity UI</div>
<div style="font-size: 14px;color: #7d7d7d;font-weight: 400;">Components</div>`,
<div style="font-size: 14px;color: #7d7d7d;font-weight: 400;">Navigation</div>`,
});

export const CloudThemeDark = create({
Expand Down

0 comments on commit 3e0540b

Please sign in to comment.