Questions tagged [angular-theming]

6 questions
4
votes
1 answer

Angular 15 theme overwritten by MDC components

Been following Angular material guidelines on theming, which led me to the following setup (ignore the $mx-* palettes, these are having correct values for 50..900 levels and likewise the contrasts): @use '@angular/material' as mat; @use…
1
vote
3 answers

Angular v13: Separate Styles and Theme for 2 different parts of an Angular / Material Application

I am creating an angular application with 3 different parts which are accessible by 3 different types of users: admin, landowner, and buyer. The buyer section is a new section and I need to create a new theme / styles for this section. There are…
0
votes
1 answer

Angular 15 Material Theme - SassError: $map: null is not a map

I am trying to update my Angular app to use Angular 15 and I need to update the theming of Angular Material Design, I have created a palette and followed the documentation but I keep getting the following error and I don't know why? SassError: $map:…
0
votes
0 answers

Custom themes for mat-menu with Angular v15

I'm stuck trying to make mat-menu apply my custom themes for Angular v15. Any related issue I find forwards me to the official theming page, to look at overlays. All the while, there are no overlay details of any kind in v15 documentation, or…
vitaly-t
  • 24,279
  • 15
  • 116
  • 138
0
votes
1 answer

Generating an Angular Theme for Angular 15?

In the various tutorials I've seen themes generated like this: //====================================== // SHARED THEME STYLES //====================================== @include mat.core(); .dark-theme { //====================================== …
Ole
  • 41,793
  • 59
  • 191
  • 359
0
votes
0 answers

Angular Material Custom Theme is not Working

I'm trying to use a custom theme on Angular Material but I can't get it to work. I'm trying to setup a primary and secondary and also to setup my own background and foreground color. What am I doing wrong? Here is my style.scss @use…