diff options
Diffstat (limited to 'src/lib.ts')
| -rw-r--r-- | src/lib.ts | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -68,12 +68,14 @@ export type Action = export type UiOptions = { // Shared coloring/sizing textColor: string, // CSS color + textColorAlt: string, bgColor: string, - bgColorAlt: string, bgColorLight: string, bgColorDark: string, bgColorLight2: string, bgColorDark2: string, + bgColorAlt: string, + bgColorAltDark: string, altColor: string, altColorDark: string, borderRadius: number, // CSS border-radius value, in px |
