diff --git a/components/Search/index.tsx b/components/Search/index.tsx index ad2f8d96..cc4354ef 100644 --- a/components/Search/index.tsx +++ b/components/Search/index.tsx @@ -80,7 +80,7 @@ const Index = ({ css = {}, ...props }) => { { alignItems: "center", backgroundColor: "transparent", padding: 0, - width: "$5", - height: "$5", + width: "$4", + height: "$4", + "@bp2": { + width: "$5", + height: "$5", + }, }} > {accounts.length <= 0 ? ( - + ) : ( )} @@ -130,10 +151,15 @@ const Index = ({ css = {}, ...props }) => { type="search" css={{ borderRadius: "$2", - height: "$8", - fontSize: "$5", + height: "$7", + fontSize: "$3", paddingRight: "$3", - paddingLeft: "$7", + paddingLeft: "$6", + "@bp1": { + fontSize: "$5", + paddingLeft: "$7", + height: "$8", + }, "&:-webkit-autofill::first-line": { fontSize: "$3", },