Skip to content

Commit 686fda2

Browse files
lint.fix;
1 parent 4497193 commit 686fda2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

core/src/components/textarea/textarea.ionic.solid.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,19 @@
1010

1111
:host(.textarea-fill-solid) .textarea-wrapper {
1212
border-bottom: none;
13+
1314
background: none;
1415
}
1516

1617
:host(.textarea-fill-solid) .textarea-wrapper-inner {
1718
--border-width: #{globals.$ion-border-size-050};
19+
1820
@include globals.border-radius(var(--border-radius));
1921
position: relative;
20-
background: var(--background);
22+
2123
border: var(--border-width) var(--border-style) var(--border-color);
24+
25+
background: var(--background);
2226
}
2327

2428
:host(.textarea-fill-solid) .textarea-bottom {

0 commit comments

Comments
 (0)