From eeac64cc88f37fe561e3c4361f40681fbe2f6d99 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 6 Mar 2023 10:54:56 -0600 Subject: Look & feel updates: replace the "FAB" with a footer menu item, update the side menu (#263) * Remove old tab controls from the mobile shell * Add 'compose' and 'profile' to the footer; remove the FAB * Fix lint * Tune the footer icons * Tune the 'current' state of footer icons * Add 2xl text styles * Tune the footer icons a bit more * Fix lint * More footer tuning --- src/lib/ThemeContext.tsx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib/ThemeContext.tsx') diff --git a/src/lib/ThemeContext.tsx b/src/lib/ThemeContext.tsx index bcfc076f4..ef17c1e7a 100644 --- a/src/lib/ThemeContext.tsx +++ b/src/lib/ThemeContext.tsx @@ -28,6 +28,11 @@ export type ShapeName = 'button' | 'bigButton' | 'smallButton' export type Shapes = Record export type TypographyVariant = + | '2xl-thin' + | '2xl' + | '2xl-medium' + | '2xl-bold' + | '2xl-heavy' | 'xl-thin' | 'xl' | 'xl-medium' -- cgit 1.4.1