Skip to content

Commit

Permalink
chore: fix census model buttons (#7169)
Browse files Browse the repository at this point in the history
  • Loading branch information
atarashansky committed Jun 7, 2024
1 parent 70748bc commit f37cf21
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ export const ButtonsRow = styled.div`
& > div {
margin-right: ${spacesXl}px;
}
button {
height: 35px;
max-height: 35px;
line-height: 1.2;
}
`;

export const StyledButton = styled(Button)`
Expand Down

0 comments on commit f37cf21

Please sign in to comment.