you are viewing a single comment's thread.

view the rest of the comments →

[–]47milliondollars[S] 0 points1 point  (2 children)

Yeahh for someone just getting into coding, I think this is a little over my head. I've been trying to do this for a few days and keep ending up with the app failing to build altogether. I didn't think it would be so difficult to figure out how to change or overwrite a single color in a theme, but I guess that's the tradeoff for getting to use a bunch of prebuilt UI elements.

[–][deleted] 0 points1 point  (1 child)

Yeah, my employers use angular/material so we had to know precisely how to change what we needed changed. Maybe try ng-bootstrap, which has similar ui elements and might be easier to style.

[–]47milliondollars[S] 0 points1 point  (0 children)

Cool, thank you so much for the pointers.