chore: address additional sumsub feedback (#1735)

* agent feedback

* fix settings screen color
This commit is contained in:
Justin Hernandez
2026-02-12 11:09:22 -08:00
committed by GitHub
parent abf01c82c0
commit 7c49a3261f
6 changed files with 45 additions and 24 deletions

View File

@@ -66,6 +66,8 @@ export const teal500 = '#5EEAD4';
export const textBlack = '#333333';
export const warmCream = '#F2E3C8';
export const white = '#ffffff';
export const yellow50 = '#FEFCE8';

View File

@@ -54,6 +54,7 @@ export {
teal300,
teal500,
textBlack,
warmCream,
white,
yellow50,
yellow500,