yunity-archive / ARCHIVED-yunity-webapp-mobile

Mobile webapp
GNU Affero General Public License v3.0
6 stars 1 forks source link

Integrate new angular material colour service #40

Closed nicksellen closed 8 years ago

nicksellen commented 8 years ago

With this commit: https://github.com/angular/material/commit/ced4e0c26e24ea2913b29c31e9faa367788a37f9 there is now a way to access the theme colours inside custom components.

Apparently it is available in version 1.1.0-rc3 and above...

It should help with #35 and any other colour related issues.

nicksellen commented 8 years ago

We could upgrade to the rc3 version, and it's documented here: https://material.angularjs.org/latest/demo/colors

copygirl commented 8 years ago

Updated Angular Material to 1.1.0-rc4 and already used the mdColors directive some.