Skip to content

Commit

Permalink
Fix no_card style for HA 2022.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Dec 14, 2022
1 parent 4c9a3de commit 6e1d081
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ export const VERTICAL_STACK_IN_CARD_STYLE = `

export const NO_CARD_STYLE = {
boxShadow: "none",
background: "none"
background: "none",
border: "none"
};

0 comments on commit 6e1d081

Please sign in to comment.