Skip to content

Commit

Permalink
fix(bg): color to be applied everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloBar1 authored and cristinecula committed Apr 15, 2024
1 parent 3bd8a99 commit 47a9af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"eslint.validate": [ "javascript" ],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
2 changes: 1 addition & 1 deletion src/cosmoz-tab-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const style = css`
display: block;
position: relative;
box-sizing: border-box;
background-color: #fff;
background-color: var(--cosmoz-tab-card-bg-color, white);
border-radius: 3px;
margin: 15px;
align-self: flex-start;
Expand Down

0 comments on commit 47a9af0

Please sign in to comment.