Skip to content

Commit

Permalink
fix(theme): update background:tertiary
Browse files Browse the repository at this point in the history
  • Loading branch information
Enlcxx committed Nov 26, 2018
1 parent ca84d2d commit 5c593eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/themes/minima/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class MinimaLight extends MinimaBase implements ThemeConfig {
shadow
},
secondary: '#fafafa',
tertiary: '#f5f6f7',
tertiary: '#efefef',
base: '#E0E0E0'
};
text = {
Expand Down

0 comments on commit 5c593eb

Please sign in to comment.