Skip to content

Commit

Permalink
misc: set header color icon to white
Browse files Browse the repository at this point in the history
  • Loading branch information
lizable committed Sep 3, 2024
1 parent ec840c7 commit e950cd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions react/src/components/MainLayout/WebUIHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ const WebUIHeader: React.FC<WebUIHeaderProps> = ({
</Flex>
<Flex gap={md ? 'sm' : 'xs'}>
<Flex direction="row" className="non-draggable">
<BAINotificationButton />
<WebUIThemeToggleButton />
<WEBUIHelpButton />
<BAINotificationButton iconColor={token.colorIcon} />
<WebUIThemeToggleButton iconColor={token.colorIcon} />
<WEBUIHelpButton iconColor={token.colorIcon} />
{baiClient.supports('extend-login-session') &&
baiClient._config.enableExtendLoginSession && (
<Suspense>
Expand Down

0 comments on commit e950cd9

Please sign in to comment.