Skip to content

Commit

Permalink
Merge pull request #1433 from rosarioscavo/patch-1
Browse files Browse the repository at this point in the history
[navigate_card] Fix icon color variable
  • Loading branch information
basbruss authored Jul 3, 2024
2 parents 16c10f4 + 71e9455 commit 4613c7f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
card_navigate:
template:
- "icon_only"
- "blue_no_state"
tap_action:
action: "navigate"
navigation_path: "[[[ return variables.ulm_card_navigate_path; ]]]"
Expand All @@ -15,7 +14,7 @@ card_navigate:
icon:
- color: >
[[[
let color = variables.ulm_card_navigate_colour;
let color = variables.ulm_card_navigate_color;
return "rgba(" + color + ",0.7)"
]]]
label:
Expand Down

0 comments on commit 4613c7f

Please sign in to comment.