diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-02-24 12:25:02 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-02-24 12:25:02 -0600 |
commit | dcd396153cf68fc1947b39eaac90e1b3866c6a25 (patch) | |
tree | a94f83e2478ea4a8a5783f06d8927284ee69b462 /src/view/shell/web/DesktopHeader.tsx | |
parent | 70e74efe69ba0989f519c7347ade01cd7a87f874 (diff) | |
download | voidsky-dcd396153cf68fc1947b39eaac90e1b3866c6a25.tar.zst |
Clean up desktop web header search
Diffstat (limited to 'src/view/shell/web/DesktopHeader.tsx')
-rw-r--r-- | src/view/shell/web/DesktopHeader.tsx | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/src/view/shell/web/DesktopHeader.tsx b/src/view/shell/web/DesktopHeader.tsx index 9fb22a7eb..8748ebbde 100644 --- a/src/view/shell/web/DesktopHeader.tsx +++ b/src/view/shell/web/DesktopHeader.tsx @@ -203,29 +203,13 @@ const styles = StyleSheet.create({ borderRadius: 6, }, - search: { - flexDirection: 'row', - alignItems: 'center', - width: 300, - borderRadius: 20, - paddingVertical: 8, - paddingHorizontal: 10, - borderWidth: 1, - }, - searchIconWrapper: { - flexDirection: 'row', - width: 30, - justifyContent: 'center', - marginRight: 2, - }, - newPostBtn: { flexDirection: 'row', alignItems: 'center', justifyContent: 'center', borderRadius: 24, paddingTop: 8, - paddingBottom: 9, + paddingBottom: 8, paddingHorizontal: 18, backgroundColor: colors.blue3, }, |