Skip to content

Commit

Permalink
Changed header color
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Oct 16, 2024
1 parent d630eb8 commit db1fa02
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,9 @@ function App() {
const defaultTheme = {
algorithm: isDarkMode ? darkAlgorithm : defaultAlgorithm,
components: {
Menu: {
// itemBg:'',
darkItemBg: '#001529',
darkPopupBg: '#001529',
},
Menu: {},
Layout: {
// lightSiderBg: '#ff00ff',
// siderBg: '#ff0000',
// headerBg: '#ff0000',
headerBg: '#161729',
},
},
token: {
Expand Down

0 comments on commit db1fa02

Please sign in to comment.