Skip to content

Commit 9443c7b

Browse files
committed
restore old design padding
1 parent db4d008 commit 9443c7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shadow.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
background: black;
1717
color: white;
1818

19-
border-radius: 30px;
20-
padding: 6px 12px 6px 12px;
19+
border-radius: 6px;
20+
padding: 4px;
2121
margin: 10px 10px 10px 15px;
2222

2323
cursor: default;
@@ -59,7 +59,7 @@ button {
5959
color: black;
6060
background: white;
6161
font-weight: normal;
62-
border-radius: 20px;
62+
border-radius: 5px;
6363
padding: 1px 5px 3px 5px;
6464
font-size: 14px;
6565
line-height: 14px;

0 commit comments

Comments
 (0)