Skip to content

Commit

Permalink
TEMP - dumb padding change in Tab
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Dec 12, 2024
1 parent 439d915 commit fbfb692
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Text from "~/renderer/components/Text";
const Tab = styled(Base)<{
active: boolean;
}>`
padding: 0 16px 4px 16px;
padding: 0 200px 4px 16px;
border-radius: 0;
flex: ${({ fullWidth }) => (fullWidth ? "1" : "initial")};
display: flex;
Expand Down

0 comments on commit fbfb692

Please sign in to comment.