Skip to content

Commit

Permalink
fix: header widgets height
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony committed Mar 18, 2024
1 parent 47eb77a commit 227ca3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/next-common/components/buttons/styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import styled, { css } from "styled-components";

const CommonButtonWrapper = styled.button`
padding: 0 16px;
height: 38px;
height: 40px;
border-radius: 8px;
cursor: pointer;
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion packages/next-common/components/header/drawer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const UserWrapper = styled(Flex)`
border: 1px solid var(--neutral400);
border-radius: 8px;
padding: 0 12px;
height: 38px;
height: 40px;
font-weight: 500;
margin-bottom: 8px;
> :first-child {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-common/components/header/nodeSwitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const Select = styled.div`
border-color: var(--neutral400);
color: var(--textPrimary);
border-radius: 8px;
height: 38px;
height: 40px;
display: flex;
align-items: center;
padding: 0 12px;
Expand Down

0 comments on commit 227ca3e

Please sign in to comment.