Skip to content

Commit c831667

Browse files
authored
Fix primary button size (#575)
A previous PR caused some accidental CSS rule mismatch which caused the main start button to be small.
1 parent 6713c52 commit c831667

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

resources/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ button,
206206
user-select: none;
207207
}
208208

209-
.primary-button {
209+
.buttons button.primary-button,
210+
.buttons .button.primary-button {
210211
border: 3px solid var(--foreground);
211212
border-radius: 10px;
212213
min-width: 200px;

0 commit comments

Comments
 (0)