Browse Source

feat: default setting

pull/11102/head
Evil 2 years ago
parent
commit
7cf3a86f96
  1. 2
      config/defaultSettings.ts

2
config/defaultSettings.ts

@ -26,7 +26,7 @@ const defaultSettings: ProLayoutProps & {
colorTextMenuItemHover: '#13c2c2',
},
header: {
colorTextRightActionsItem: 'red',
colorTextRightActionsItem: 'rgba(0, 0, 0, 0.88)',
},
},
};

Loading…
Cancel
Save