CODEBASE: Validate theme, editor theme, and styles (#1789)

This commit is contained in:
catloversg
2025-01-09 10:20:05 +07:00
committed by GitHub
parent 320c852386
commit 0f9144a059
27 changed files with 969 additions and 213 deletions

View File

@@ -9619,7 +9619,6 @@ interface InvestmentOffer {
* @public
*/
interface UserInterfaceTheme {
[key: string]: string | undefined;
primarylight: string;
primary: string;
primarydark: string;
@@ -9653,6 +9652,11 @@ interface UserInterfaceTheme {
backgroundprimary: string;
backgroundsecondary: string;
button: string;
maplocation: string;
bnlvl0: string;
bnlvl1: string;
bnlvl2: string;
bnlvl3: string;
}
/**