Skip to content

Commit

Permalink
chore(tokens): add steplist custom tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajdeep Chandra authored and pfulton committed Sep 11, 2023
1 parent 5b0f4aa commit dec1632
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/tokens/custom-spectrum/custom-dark-vars.css
Expand Up @@ -35,4 +35,5 @@ governing permissions and limitations under the License.
--spectrum-coach-indicator-ring-dark-color: var(--spectrum-gray-900);
--spectrum-coach-indicator-ring-light-color: var(--spectrum-gray-50);
--spectrum-well-border-color:rgba(var(--spectrum-white-rgb), 0.05);
--spectrum-steplist-current-marker-color-key-focus: var(--spectrum-blue-700);
}
2 changes: 2 additions & 0 deletions components/tokens/custom-spectrum/custom-darkest-vars.css
Expand Up @@ -35,4 +35,6 @@ governing permissions and limitations under the License.
--spectrum-coach-indicator-ring-dark-color: var(--spectrum-gray-900);
--spectrum-coach-indicator-ring-light-color: var(--spectrum-gray-50);
--spectrum-well-border-color:rgba(var(--spectrum-white-rgb), 0.05);
--spectrum-steplist-current-marker-color-key-focus: var(--spectrum-blue-700);

}
2 changes: 2 additions & 0 deletions components/tokens/custom-spectrum/custom-light-vars.css
Expand Up @@ -36,4 +36,6 @@ governing permissions and limitations under the License.
--spectrum-coach-indicator-ring-dark-color: var(--spectrum-gray-900);
--spectrum-coach-indicator-ring-light-color: var(--spectrum-gray-50);
--spectrum-well-border-color:var(--spectrum-black-rgb);
--spectrum-steplist-current-marker-color-key-focus: var(--spectrum-blue-800);

}

0 comments on commit dec1632

Please sign in to comment.