diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-03-06 10:54:56 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-06 10:54:56 -0600 |
commit | eeac64cc88f37fe561e3c4361f40681fbe2f6d99 (patch) | |
tree | 314f889b8e283cd9f9b4dd416a849cee1ce7d82e /src/lib/styles.ts | |
parent | 159615990d95aee47a983fd704a87443ec2f29b1 (diff) | |
download | voidsky-eeac64cc88f37fe561e3c4361f40681fbe2f6d99.tar.zst |
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
Diffstat (limited to 'src/lib/styles.ts')
-rw-r--r-- | src/lib/styles.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/styles.ts b/src/lib/styles.ts index f6e26d53f..d307e9ba8 100644 --- a/src/lib/styles.ts +++ b/src/lib/styles.ts @@ -23,6 +23,7 @@ export const colors = { blue3: '#0085ff', blue4: '#0062bd', blue5: '#034581', + blue6: '#012561', red1: '#ffe6f2', red2: '#fba2ce', |