Skip to content

Commit

Permalink
fix: use antd color token for invalid mwc-textfield theme (#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
ironAiken2 authored Sep 19, 2024
1 parent c1270fc commit 148593f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/backend-ai-folder-explorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ export default class BackendAIFolderExplorer extends BackendAIPage {
mwc-textfield {
width: 100%;
--mdc-theme-error: var(--token-colorError);
}
`,
];
Expand Down

0 comments on commit 148593f

Please sign in to comment.