Browse Source

Changing primary color to value found in prototype

master
GabrielTrettel 4 years ago
parent
commit
73fbdf29ea
  1. 2
      src/app/config/colors.js

2
src/app/config/colors.js

@ -1,5 +1,5 @@
export default {
primary: "#6a83f7",
primary: "#1976D2",
secondary: "#4ecdc4",
black: "#000",
white: "#fff",

Loading…
Cancel
Save