From 6c5f2d9b7084694812a16607a434e65fa5345d2e Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 26 Jun 2022 21:18:34 +1000 Subject: Clean up code in SearchModal Also allow cycling to top/bottom of search suggestions --- src/lib.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib.ts') diff --git a/src/lib.ts b/src/lib.ts index b3e6acc..0183519 100644 --- a/src/lib.ts +++ b/src/lib.ts @@ -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 -- cgit v1.2.3