MSA-Lone-Star-Council / 2019-showdown

The app for MSA Showdown, hosted by Lone Star Council
2 stars 0 forks source link

Update Color Scheme on Client iOS #124

Closed Saadnajmi closed 6 years ago

Saadnajmi commented 6 years ago

There's a larger issue of centralizing all the colors across all the apps. For the short term, we can just set them on an indiviudal app basis. This involves a little more work as all the colors in iOS were hardcoded

Swift

let primaryColor = UIColor(red: 0.75, green: 0.34, blue: 0.00, alpha: 1.0); let primaryLightColor = UIColor(red: 0.97, green: 0.53, blue: 0.22, alpha: 1.0); let primaryDarkColor = UIColor(red: 0.53, green: 0.16, blue: 0.00, alpha: 1.0); let primaryTextColor = UIColor(red: 1.00, green: 1.00, blue: 1.00, alpha: 1.0);