We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884acd6 commit 6434e2dCopy full SHA for 6434e2d
core/src/components/textarea/textarea.tsx
@@ -547,7 +547,7 @@ export class Textarea implements ComponentInterface {
547
return this.label !== undefined || this.labelSlot !== null;
548
}
549
550
- private getFill(): string | undefined {
+ private getFill(): string | undefined {
551
const theme = getIonTheme(this);
552
const { fill } = this;
553
@@ -558,7 +558,6 @@ export class Textarea implements ComponentInterface {
558
return fill;
559
560
561
-
562
private getShape(): string | undefined {
563
564
const { shape } = this;
0 commit comments