Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 11 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Coverage | 100% |
Changes | 0 |
1 | 1 | export const uiProperties = { |
|
2 | default: { |
||
3 | background: "--modular-custom-background-light", |
||
4 | text: "--modular-custom-text-color-light", |
||
5 | }, |
||
6 | dark: { |
||
7 | background: "--modular-custom-background-dark", |
||
8 | text: "--modular-custom-text-color-dark", |
||
9 | }, |
||
10 | }; |
||
11 |