Skip to content

Commit

Permalink
Fix: mdc-top-app-bar-fixed has link to --oscd-theme-app-bar-primary a…
Browse files Browse the repository at this point in the history
…nd --oscd-theme-primary
  • Loading branch information
pascalwilbrink committed May 30, 2023
1 parent a5fcf0a commit 2db5577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions open-scd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ export class OpenSCD extends Plugging(Editing(LitElement)) {
--oscd-theme-app-bar-primary,
var(--oscd-theme-primary)
);
--mdc-theme-text-disabled-on-light: rgba(255, 255, 255, 0.38);
} /* hack to fix disabled icon buttons rendering black */
`;
Expand Down

0 comments on commit 2db5577

Please sign in to comment.