Skip to content

Commit de710aa

Browse files
- fix scss;
- update test file;
1 parent 5850520 commit de710aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/components/textarea/test/states/textarea.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect } from '@playwright/test';
22
import { configs, test } from '@utils/test/playwright';
33

4-
configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
4+
configs({ modes: ['ios', 'md', 'ionic-md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
55
test.describe(title('textarea: states'), () => {
66
test('should render readonly textarea correctly', async ({ page }) => {
77
await page.setContent(

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ ion-icon {
189189

190190
:host(.textarea-disabled:not(.ion-valid)) .textarea-bottom .helper-text,
191191
:host(.textarea-disabled) .textarea-bottom .counter,
192-
:host(.textarea-disabled) .label-text-wrapper,
192+
:host(.textarea-disabled) .label-text-wrapper {
193193
color: globals.$ion-primitives-neutral-500;
194194
}
195195

0 commit comments

Comments
 (0)