Skip to content

Commit

Permalink
Merge pull request #1369 from photomoose/fix-waste-notification-icon
Browse files Browse the repository at this point in the history
Fix z-index of notification icon on custom_card_paddy_waste_collection
  • Loading branch information
basbruss committed Nov 2, 2023
2 parents dcb6117 + 9abe85b commit 21ce64d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ custom_card_paddy_waste_collection:
- border: "2px solid var(--card-background-color)"
- font-size: "12px"
- line-height: "14px"
- z-index: "1"
- background-color: >
[[[
return "rgba(var(--color-red),1)";
Expand All @@ -38,6 +39,7 @@ custom_card_paddy_waste_collection:
- border: "2px solid var(--card-background-color)"
- font-size: "12px"
- line-height: "14px"
- z-index: "1"
- background-color: >
[[[
return "rgba(var(--color-red),1)";
Expand All @@ -55,6 +57,7 @@ custom_card_paddy_waste_collection:
- border: "2px solid var(--card-background-color)"
- font-size: "12px"
- line-height: "14px"
- z-index: "1"
- background-color: >
[[[
return "rgba(var(--color-red),1)";
Expand Down

0 comments on commit 21ce64d

Please sign in to comment.