Skip to content
Snippets Groups Projects
Commit 8db8dbfb authored by Ben Whitmore's avatar Ben Whitmore
Browse files

refactor(lint): whitespace in comment

parent 6f2d1f06
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ const cokoTheme = {
colorSecondaryBackground: '#f9fafb', // custom
colorPrimary: validateInstanceConfigColors(brandConfig.primaryColor),
colorSecondary: validateInstanceConfigColors(brandConfig.secondaryColor),
colorSelected: `${validateInstanceConfigColors(brandConfig.primaryColor)}30`, //TODO Make this a solid and fully configurable color
colorSelected: `${validateInstanceConfigColors(brandConfig.primaryColor)}30`, // TODO Make this a solid and fully configurable color
colorFurniture: '#E8E8E8',
colorBorder: '#AAA',
colorBackgroundHue: '#f4f5f7',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment