Skip to content

Commit e53296a

Browse files
committed
use %button-primary placeholder
1 parent a935bb1 commit e53296a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scss/components/_comments.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ html {
4242

4343
.submit {
4444
@extend %button;
45-
@extend %btn--primary;
45+
@extend %button--primary;
4646
}
4747
}
4848

scss/components/_forms.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ textarea.textarea {
7575
input.submit,
7676
button.submit {
7777
@extend %button;
78-
@extend %btn--primary;
78+
@extend %button--primary;
7979
}
8080

8181
input[type="search"] {

0 commit comments

Comments
 (0)