Skip to content

Commit

Permalink
#16 Linter updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhya-metacell committed Jul 22, 2022
1 parent 113653d commit 17c0f0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/assets/styles/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ const vars = {
'0 0.1875rem 0.5rem rgba(0, 0, 0, 0.15), 0 0.1875rem 0.0625rem rgba(0, 0, 0, 0.06)',

sidebarBg: '#ffffff',
sidebarShadow: "0 0 3.75rem rgba(0, 0, 0, 0.1), 0 0.5rem 2.5rem -0.625rem rgba(0, 0, 0, 0.1)"
sidebarShadow: `0 0 3.75rem rgba(0, 0, 0, 0.1),
0 0.5rem 2.5rem -0.625rem rgba(0, 0, 0, 0.1)`,
};

export default vars;
2 changes: 1 addition & 1 deletion src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const applicationTheme = (params: ThemeVars) => {
listBoxShadow,
listBorderColor,
sidebarBg,
sidebarShadow
sidebarShadow,
} = params;
return {
components: {
Expand Down

0 comments on commit 17c0f0d

Please sign in to comment.