Skip to content

Commit a44276a

Browse files
committed
address comments
1 parent 21dcfc4 commit a44276a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/form-field/form-field.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ $mat-form-field-default-infix-width: 180px !default;
175175
opacity: 1;
176176
transform: scaleX(1);
177177
transition: transform 300ms $swift-ease-out-timing-function,
178-
opacity 100ms $swift-ease-out-timing-function,
179-
background-color 300ms $swift-ease-out-timing-function;
178+
opacity 100ms $swift-ease-out-timing-function,
179+
background-color 300ms $swift-ease-out-timing-function;
180180
}
181181
}
182182

0 commit comments

Comments
 (0)