Skip to content

Commit 9c264b5

Browse files
committed
Updates org side menu
1 parent aa073c3 commit 9c264b5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

apps/webapp/app/components/navigation/OrganizationSettingsSideMenu.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,15 @@ export function OrganizationSettingsSideMenu({
8181
name="Usage"
8282
icon={ChartBarIcon}
8383
activeIconColor="text-indigo-500"
84+
inactiveIconColor="text-indigo-500"
8485
to={v3UsagePath(organization)}
8586
data-action="usage"
8687
/>
8788
<SideMenuItem
8889
name="Billing"
8990
icon={CreditCardIcon}
9091
activeIconColor="text-emerald-500"
92+
inactiveIconColor="text-emerald-500"
9193
to={v3BillingPath(organization)}
9294
data-action="billing"
9395
badge={
@@ -100,6 +102,7 @@ export function OrganizationSettingsSideMenu({
100102
name="Billing alerts"
101103
icon={BellAlertIcon}
102104
activeIconColor="text-rose-500"
105+
inactiveIconColor="text-rose-500"
103106
to={v3BillingAlertsPath(organization)}
104107
data-action="billing-alerts"
105108
/>
@@ -110,6 +113,7 @@ export function OrganizationSettingsSideMenu({
110113
name="Private Connections"
111114
icon={LockClosedIcon}
112115
activeIconColor="text-purple-500"
116+
inactiveIconColor="text-purple-500"
113117
to={v3PrivateConnectionsPath(organization)}
114118
data-action="private-connections"
115119
/>
@@ -118,13 +122,15 @@ export function OrganizationSettingsSideMenu({
118122
name="Team"
119123
icon={UserGroupIcon}
120124
activeIconColor="text-amber-500"
125+
inactiveIconColor="text-amber-500"
121126
to={organizationTeamPath(organization)}
122127
data-action="team"
123128
/>
124129
<SideMenuItem
125130
name="Settings"
126131
icon={Cog8ToothIcon}
127132
activeIconColor="text-orgSettings"
133+
inactiveIconColor="text-orgSettings"
128134
to={organizationSettingsPath(organization)}
129135
data-action="settings"
130136
/>
@@ -137,13 +143,16 @@ export function OrganizationSettingsSideMenu({
137143
name="Vercel"
138144
icon={VercelLogo}
139145
activeIconColor="text-white"
146+
inactiveIconColor="text-white"
147+
iconClassName="size-4 ml-0.5"
140148
to={organizationVercelIntegrationPath(organization)}
141149
data-action="integrations"
142150
/>
143151
<SideMenuItem
144152
name="Slack"
145153
icon={SlackIcon}
146154
activeIconColor="text-white"
155+
inactiveIconColor="text-white"
147156
to={organizationSlackIntegrationPath(organization)}
148157
data-action="integrations"
149158
/>

0 commit comments

Comments
 (0)