Fix small view

This commit is contained in:
Gregory Schier
2023-03-07 22:55:51 -08:00
parent 366116ab1b
commit 317ca24dcf
4 changed files with 41 additions and 43 deletions

View File

@@ -8,7 +8,7 @@ const darkTheme: AppTheme = {
appearance: 'dark',
layers: {
root: {
blackPoint: 0.15,
blackPoint: 0.1,
whitePoint: 0.95,
colors: {
gray: '#656196',
@@ -35,7 +35,7 @@ const lightTheme: AppTheme = {
gray: '#7f8fb0',
red: '#e13939',
orange: '#da881f',
yellow: '#e3b22d',
yellow: '#cb9f2a',
green: '#37c237',
blue: '#1365ff',
pink: '#e861e8',