Skip to content

Commit 1932e76

Browse files
chore(path): Backport tokens (#3034)
1 parent dd45fe1 commit 1932e76

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ui/components/path/tokens/background-color.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ props:
1818
COLOR_BACKGROUND_PATH_ACTIVE:
1919
value: '{!DEEP_COVE}'
2020
comment: The background color for Salespath stages that are complete.
21+
COLOR_BACKGROUND_PATH_ACTIVE_HOVER:
22+
value: '{!BISCAY}'
23+
comment: The hovered background color for Salespath stages that are complete.
24+
COLOR_BACKGROUND_PATH_STEP_ACTION_ACTIVE:
25+
value: '{!DEEP_COVE}'
26+
comment: The background color for the step action arrow that are the active stage
27+
COLOR_BACKGROUND_PATH_STEP_ACTION_CURRENT:
28+
value: '{!SCIENCE_BLUE}'
29+
comment: The background color for the step action arrow that are the current stage
2130
COLOR_BACKGROUND_PATH_CURRENT:
2231
value: '{!SCIENCE_BLUE}'
2332
comment: The background color for Salespath stages that are the current stage.

0 commit comments

Comments
 (0)