feat(Themes): dark theme

Changing default primary and secondary color for dark theme
This commit is contained in:
Matheus Cruz Rocha
2016-02-11 19:26:13 -03:00
parent 7eb7952849
commit 3ee5bd3d03

View File

@@ -6,8 +6,8 @@
$colors: (
primary: #3498DB,
secondary: #00B16A,
primary: #007AFF,
secondary: #32db64,
danger: #D91E18,
light: #f4f4f4,
dark: #222,