From dcd396153cf68fc1947b39eaac90e1b3866c6a25 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 24 Feb 2023 12:25:02 -0600 Subject: Clean up desktop web header search --- src/view/shell/web/DesktopHeader.tsx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'src/view/shell/web/DesktopHeader.tsx') 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, }, -- cgit 1.4.1