Resize titlebar and tweak things

This commit is contained in:
Gregory Schier
2023-03-21 16:42:52 -07:00
parent 55970f0a92
commit 2caa13fdec
16 changed files with 50 additions and 46 deletions

View File

@@ -30,13 +30,13 @@ const lightTheme: AppTheme = {
root: {
colors: {
gray: '#7f8fb0',
red: '#da4545',
orange: '#e38511',
yellow: '#e0c514',
green: '#29d229',
blue: '#1365ff',
pink: '#ff69dc',
violet: '#9959ff',
red: '#ec3f87',
orange: '#ff8b00',
yellow: '#deda00',
green: '#00d365',
blue: '#0090ff',
pink: '#f670f6',
violet: '#ac6cff',
},
},
},