File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
apps/webapp/app/components/navigation Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,10 @@ export function OrganizationSettingsSideMenu({
5050 </ LinkButton >
5151 </ div >
5252 < div className = "mb-6 flex grow flex-col gap-4 overflow-y-auto px-1 pt-2 scrollbar-thin scrollbar-track-transparent scrollbar-thumb-charcoal-600" >
53- < div className = "flex flex-col gap-1" >
54- < SideMenuHeader title = "Organization" />
53+ < div className = "flex flex-col" >
54+ < div className = "mb-1" >
55+ < SideMenuHeader title = "Organization" />
56+ </ div >
5557 < SideMenuItem
5658 name = "Usage"
5759 icon = { ChartBarIcon }
@@ -83,7 +85,7 @@ export function OrganizationSettingsSideMenu({
8385 < SideMenuItem
8486 name = "Settings"
8587 icon = { Cog8ToothIcon }
86- activeIconColor = "text-blue-500 "
88+ activeIconColor = "text-orgSettings "
8789 to = { organizationSettingsPath ( organization ) }
8890 data-action = "settings"
8991 />
You can’t perform that action at this time.
0 commit comments