We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be56bc commit d7ebbc2Copy full SHA for d7ebbc2
1 file changed
src/programs/Calculator/styles.ts
@@ -20,7 +20,7 @@ export const StyledInputOutput = styled.div<{
20
direction: "input" | "output";
21
}>`
22
box-shadow: 0px 0px 4px rgb(0, 0, 0, 0.5) inset;
23
- font-size: ${(props) => (props.direction === "input" ? 22 : 18)}px;
+ font-size: ${(props) => (props.direction === "input" ? 20 : 16)}px;
24
width: 100%;
25
height: 100%;
26
display: flex;
0 commit comments