@@ -9,7 +9,7 @@ import { injectIntl } from 'react-intl';
99import type { IntlShape } from 'react-intl' ;
1010import noop from 'lodash/noop' ;
1111import { BoxAiLogo } from '@box/blueprint-web-assets/icons/Logo' ;
12- import { Size5 } from '@box/blueprint-web-assets/tokens/tokens' ;
12+ import { Size6 } from '@box/blueprint-web-assets/tokens/tokens' ;
1313import AdditionalTabs from './additional-tabs' ;
1414import DocGenIcon from '../../icon/fill/DocGenIcon' ;
1515import IconChatRound from '../../icons/general/IconChatRound' ;
@@ -93,7 +93,7 @@ const SidebarNav = ({
9393 : intl . formatMessage ( messages . sidebarBoxAITitle )
9494 }
9595 >
96- < BoxAiLogo height = { Size5 } width = { Size5 } />
96+ < BoxAiLogo height = { Size6 } width = { Size6 } />
9797 </ SidebarNavButton >
9898 ) }
9999 { hasActivity && (
@@ -105,7 +105,7 @@ const SidebarNav = ({
105105 sidebarView = { SIDEBAR_VIEW_ACTIVITY }
106106 tooltip = { intl . formatMessage ( messages . sidebarActivityTitle ) }
107107 >
108- < IconChatRound />
108+ < IconChatRound className = "bcs-SidebarNav-icon" />
109109 </ SidebarNavButton >
110110 ) }
111111 { hasDetails && (
@@ -117,7 +117,7 @@ const SidebarNav = ({
117117 sidebarView = { SIDEBAR_VIEW_DETAILS }
118118 tooltip = { intl . formatMessage ( messages . sidebarDetailsTitle ) }
119119 >
120- < IconDocInfo />
120+ < IconDocInfo className = "bcs-SidebarNav-icon" />
121121 </ SidebarNavButton >
122122 ) }
123123 { hasSkills && (
@@ -129,7 +129,7 @@ const SidebarNav = ({
129129 sidebarView = { SIDEBAR_VIEW_SKILLS }
130130 tooltip = { intl . formatMessage ( messages . sidebarSkillsTitle ) }
131131 >
132- < IconMagicWand />
132+ < IconMagicWand className = "bcs-SidebarNav-icon" />
133133 </ SidebarNavButton >
134134 ) }
135135 { hasMetadata && (
@@ -141,7 +141,7 @@ const SidebarNav = ({
141141 sidebarView = { SIDEBAR_VIEW_METADATA }
142142 tooltip = { intl . formatMessage ( messages . sidebarMetadataTitle ) }
143143 >
144- < IconMetadataThick />
144+ < IconMetadataThick className = "bcs-SidebarNav-icon" />
145145 </ SidebarNavButton >
146146 ) }
147147 { hasDocGen && (
0 commit comments