iOS: Fixed dark theme in iOS (#5165)

pull/5166/head
Lee Matos 2021-07-09 05:44:35 -04:00 committed by GitHub
parent 41f01dcc34
commit 47b283a367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ const theme: Theme = {
oddBackgroundColor: '#eeeeee', oddBackgroundColor: '#eeeeee',
color: '#32373F', // For regular text color: '#32373F', // For regular text
colorError: 'red', colorError: 'red',
colorWarn: 'rgb(228 86 0)', colorWarn: 'rgb(228,86,0)',
colorWarnUrl: '#155BDA', colorWarnUrl: '#155BDA',
colorFaded: '#7C8B9E', // For less important text colorFaded: '#7C8B9E', // For less important text
colorBright: '#000000', // For important text colorBright: '#000000', // For important text