Skip to content

Commit 0be56bc

Browse files
committed
Remove calculator button borders
1 parent 3546c68 commit 0be56bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/programs/Calculator/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const StyledButton = styled.button`
6161
align-items: center;
6262
background-color: inherit;
6363
color: inherit;
64-
border-width: 1px;
64+
border: none;
6565
6666
&:hover {
6767
backdrop-filter: brightness(150%);

0 commit comments

Comments
 (0)