Remove layout CSS styling

This commit is contained in:
lukasmartinelli
2016-09-10 16:11:43 +02:00
parent e4049fa5da
commit 8582496811
5 changed files with 15 additions and 29 deletions

View File

@@ -32,7 +32,7 @@ const themeColors = {
error: baseColors.red
}
const colors = {
export const colors = {
...baseColors,
...themeColors
}