Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit fc74fe0

Browse files
committed
make checkbox look like button
1 parent d214610 commit fc74fe0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/docs/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ input {
6363
display: none;
6464
}
6565

66-
button {
66+
label, button {
6767
border: 1px solid var(--color);
6868
padding: 0.5rem 1rem;
6969
border-radius: 2px;
70+
font-weight: bold;
7071
}
7172

7273
a.badge img {

0 commit comments

Comments
 (0)