diff options
author | Eric Bailey <git@esb.lol> | 2024-01-03 11:56:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-03 09:56:07 -0800 |
commit | 1b0c73a2a392fb4aa2e116d00c96744aa20ce0e7 (patch) | |
tree | 73d869763b15784942cef8b77a38ccd65ea0e209 /src/lib | |
parent | df277e5977cb0b1f7e11c7e94265029f8e37ece4 (diff) | |
download | voidsky-1b0c73a2a392fb4aa2e116d00c96744aa20ce0e7.tar.zst |
* Fix web design issues * Fix Right Nav width design issue Co-authored-by: Rahul Yadav <52163880+rahulyadav5524@users.noreply.github.com>
Diffstat (limited to 'src/lib')
-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 152e60eb0..5a10fea86 100644 --- a/src/lib/styles.ts +++ b/src/lib/styles.ts @@ -167,6 +167,7 @@ export const s = StyleSheet.create({ flexGrow1: {flexGrow: 1}, alignCenter: {alignItems: 'center'}, alignBaseline: {alignItems: 'baseline'}, + justifyCenter: {justifyContent: 'center'}, // position absolute: {position: 'absolute'}, |