Skip to content

Commit a5edbec

Browse files
committed
Changed the default colors variable name to bgColors as it holds the background color options. Also added a colors variable that holds the text colors.
1 parent eb2ae8b commit a5edbec

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/constants.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
export const colors = {
1+
export const bgColors = {
22
primary: '#007bff',
33
secondary: '#6c757d',
44
};
5+
6+
export const colors = {
7+
white: '#ffffff'
8+
};

0 commit comments

Comments
 (0)