Skip to content

Commit f304964

Browse files
palbizuPatricio Albizu
andauthored
feat: delete unused button style (#1123)
Co-authored-by: Patricio Albizu <patricioalbizu@Patricios-MacBook-Pro.local>
1 parent a99596d commit f304964

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

projects/components/src/button/button.component.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@
135135
@include button-style(inherit, inherit, $blue-5, $blue-4);
136136
}
137137

138-
&.primary-reversed {
139-
@include button-style(inherit, inherit, $blue-1, $blue-2);
140-
}
141-
142138
&.secondary {
143139
@include button-style(inherit, inherit, $gray-7, $gray-5);
144140
}
@@ -148,7 +144,7 @@
148144
}
149145

150146
&.quaternary {
151-
@include button-style(inherit, $blue-2, $gray-7, $gray-7);
147+
@include button-style(inherit, inherit, $blue-1, $blue-2);
152148
}
153149

154150
&.destructive {

0 commit comments

Comments
 (0)