Skip to content

Commit 903305e

Browse files
committed
feat: update the color and size for global config dropdown
1 parent 64b6405 commit 903305e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/globalConfigurations/GlobalConfiguration.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ function NavItem({ serverMode }) {
404404
>
405405
{route.name}
406406
<Dropdown
407-
className="icon-dim-24 rotate"
407+
className="icon-dim-20 rotate fcn-6"
408408
style={{
409409
['--rotateBy' as any]: !collapsedState[route.name] ? '180deg' : '0deg',
410410
}}

0 commit comments

Comments
 (0)