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 ed3418c commit cb4d007Copy full SHA for cb4d007
packages/textfield/src/Textfield.ts
@@ -52,9 +52,8 @@ export class TextfieldBase extends FieldLabelMixin(
52
})
53
)
54
) {
55
-
56
public static override get styles(): CSSResultArray {
57
- return [...(super.styles || []), textfieldStyles, checkmarkStyles];
+ return [super.styles || [], textfieldStyles, checkmarkStyles];
58
}
59
60
@state()
0 commit comments