added dark gray background color

This commit is contained in:
noumantahir 2022-08-12 21:09:12 +05:00
parent b83d312137
commit 356f135f7e
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ export default {
$primaryLightBackground: '#2e3d51',
$primaryGrayBackground: '#1e2835',
$primaryWhiteLightBackground: '#2e3d51',
$darkGrayBackground: '#526d91',
$modalBackground: '#1e2835',
$white: '#1e2835',
$black: '#000000',

View File

@ -8,6 +8,7 @@ export default {
$primaryLightBackground: '#f6f6f6',
$primaryGrayBackground: '#f5f5f5',
$primaryWhiteLightBackground: '#ffffff',
$darkGrayBackground: '#788187',
$modalBackground: '#ededed',
$white: '#FFFFFF',
$black: '#000000',