Skip to content

Commit a571504

Browse files
committed
feat: add dark module
Signed-off-by: zhaoxinxin <1186037180@qq.com>
1 parent 70acfdd commit a571504

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+947
-507
lines changed

src/App.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ function App() {
3232
palette: {
3333
mode,
3434
primary: {
35-
main: mode === 'light' ? '#1C293A' : 'rgba(255, 255, 255, 0.7)',
35+
main: mode === 'light' ? '#1C293A' : 'rgba(255, 255, 255, 0.8)',
36+
},
37+
text: {
38+
primary: mode === 'light' ? '#1C293A' : 'rgba(255, 255, 255, 0.8)',
3639
},
3740
},
3841
}),
Lines changed: 13 additions & 0 deletions
Loading
Lines changed: 12 additions & 3 deletions
Loading
Lines changed: 13 additions & 1 deletion
Loading

src/assets/images/cluster/peer/export-file.svg

Lines changed: 9 additions & 5 deletions
Loading
Lines changed: 15 additions & 9 deletions
Loading

src/assets/images/cluster/peer/refresh-dialog.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)