mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(UI): spacings + UI fixes (#36010)
This commit is contained in:
committed by
GitHub
parent
f5f5913a29
commit
c11be72ead
@@ -134,7 +134,7 @@ export const useThemeMenuItems = ({
|
||||
return {
|
||||
key: 'theme-sub-menu',
|
||||
label: selectedThemeModeIcon,
|
||||
icon: <Icons.CaretDownOutlined iconSize="xs" />,
|
||||
icon: <Icons.DownOutlined iconSize="xs" />,
|
||||
className: 'submenu-with-caret',
|
||||
children,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user