Skip to content

Commit 137c6a9

Browse files
committed
Indentation
1 parent d20e809 commit 137c6a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Lumi/Components/Button.purs

+4-4
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ styles = jss
197197
, boxShadow: [ "0", "0", "0", "3px", cssStringHSLA colors.primary3 ]
198198
}
199199
, "@media (min-width: 860px)":
200-
{ padding: "6px 16px"
201-
, fontSize: "14px"
200+
{ padding: "6px 16px"
201+
, fontSize: "14px"
202202
, lineHeight: "20px"
203203
, height: "32px"
204204
, "&[data-size=\"small\"]":
@@ -220,8 +220,8 @@ styles = jss
220220
}
221221
}
222222
, "&[data-color=\"secondary\"]":
223-
{ extend: buttonSecondary
224-
, backgroundColor: cssStringHSLA colors.transparent
223+
{ extend: buttonSecondary
224+
, backgroundColor: cssStringHSLA colors.transparent
225225
, "&:hover":
226226
{ color: cssStringHSLA colors.primary
227227
, borderColor: cssStringHSLA colors.primary

0 commit comments

Comments
 (0)