Skip to content

Commit ac73a67

Browse files
committed
Yank button can be normal-sized
Since it no longer appears in the screen-real-estate-impaired latest versions short list
1 parent 12816d4 commit ac73a67

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/components/yank-button.module.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
.button {
2-
composes: yellow-button from '../styles/shared/buttons.module.css';
3-
padding: 6px 12px;
4-
border-radius: 18px;
2+
composes: yellow-button small from '../styles/shared/buttons.module.css';
53
}

0 commit comments

Comments
 (0)