diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-26 21:18:34 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-26 21:18:34 +1000 |
| commit | 6c5f2d9b7084694812a16607a434e65fa5345d2e (patch) | |
| tree | 5c89dd2aebf2afe02a8459e9ef45e32332dea1b7 /src/lib.ts | |
| parent | d2d6f0496ce816e9238e785ed3d0e7bd61b2483b (diff) | |
Clean up code in SearchModal
Also allow cycling to top/bottom of search suggestions
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 |
