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({
50
50
</ LinkButton >
51
51
</ div >
52
52
< 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 >
55
57
< SideMenuItem
56
58
name = "Usage"
57
59
icon = { ChartBarIcon }
@@ -83,7 +85,7 @@ export function OrganizationSettingsSideMenu({
83
85
< SideMenuItem
84
86
name = "Settings"
85
87
icon = { Cog8ToothIcon }
86
- activeIconColor = "text-blue-500 "
88
+ activeIconColor = "text-orgSettings "
87
89
to = { organizationSettingsPath ( organization ) }
88
90
data-action = "settings"
89
91
/>
You can’t perform that action at this time.
0 commit comments