Commit b965bed8 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

fix: token input height (#3672)

parent a9039e8d
...@@ -18,7 +18,8 @@ const TokenInputRow = styled(Row)` ...@@ -18,7 +18,8 @@ const TokenInputRow = styled(Row)`
const ValueInput = styled(DecimalInput)` const ValueInput = styled(DecimalInput)`
color: ${({ theme }) => theme.primary}; color: ${({ theme }) => theme.primary};
height: 1em; height: 1.5em;
margin: -0.25em 0;
:hover:not(:focus-within) { :hover:not(:focus-within) {
color: ${({ theme }) => theme.onHover(theme.primary)}; color: ${({ theme }) => theme.onHover(theme.primary)};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment