Login page styling using custom material theme v1
Created by: joeadams04
First version of styling and content for the login page, using a custom material theme.
A custom material theme file can be found under /style. At first it implements the most basic of styling, changing the primary colour through the app, and including some other university colours.
While colours such as coreGreen
can be accessed through the theme as theme.customColors.coreGreen
it is advised to use theme.primary.main
if the purpose of this style is to follow the theme of the product. If however, you need something styled in coreGreen
independent of the theme colour, the former method can be used.
Closes #17 (closed). Closes #18 (closed).