File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ export default function Home() {
133133 { /* Settings Button - Right Side */ }
134134 < button
135135 onClick = { ( ) => setIsSettingsOpen ( true ) }
136- className = "absolute right-0 top-0 rounded-full p-3 min-w-[44px] min-h-[44px] flex items-center justify-center text-text-secondary transition-colors hover:bg-bg-secondary hover:text-text-primary focus:outline-none focus:ring-2 focus:ring-primary-green"
136+ className = "absolute right-0 top-0 rounded-full p-3 min-w-11 min-h-11 flex items-center justify-center text-text-secondary transition-colors hover:bg-bg-secondary hover:text-text-primary focus:outline-none focus:ring-2 focus:ring-primary-green"
137137 aria-label = "Open settings"
138138 >
139139 < Settings className = "h-6 w-6" />
You can’t perform that action at this time.
0 commit comments