💄(app-impress) lighter border pad editor

Make border pad editor a bit lighter.
This commit is contained in:
Anthony LC
2024-05-14 10:50:16 +02:00
committed by Anthony LC
parent c25814b060
commit 4ffcf164d8
4 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ const config = {
default: {
theme: {
colors: {
'card-border': '#DDDDDD',
'card-border': '#ededed',
'primary-bg': '#FAFAFA',
'primary-100': '#EDF5FA',
'primary-150': '#E5EEFA',
@@ -188,7 +188,7 @@ const config = {
dsfr: {
theme: {
colors: {
'card-border': '#DDDDDD',
'card-border': '#ededed',
'primary-text': '#000091',
'primary-100': '#f5f5fe',
'primary-150': '#F4F4FD',