Skip to content

Commit d9ccce1

Browse files
dididyArtBlue
andauthored
fix: use correct border color token for confirmation status (#577)
Co-authored-by: Arthur Khachatryan <arkhachatryan@ebay.com>
1 parent 05b7d57 commit d9ccce1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/petite-brooms-fetch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ebay/skin": patch
3+
---
4+
5+
Correct border color token for confirmation status

packages/skin/dist/page-notice/page-notice.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ span[role="region"].page-notice {
8080
);
8181
border-color: var(
8282
--page-notice-confirmation-border-color,
83-
var(--color-border-confirmation)
83+
var(--color-border-success)
8484
);
8585
}
8686
.page-notice--confirmation .page-notice__header svg {

packages/skin/src/sass/page-notice/page-notice.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ span[role="region"].page-notice {
122122
);
123123
@include token-mixins.border-color-token(
124124
page-notice-confirmation-border-color,
125-
color-border-confirmation
125+
color-border-success
126126
);
127127

128128
.page-notice__header svg {

0 commit comments

Comments
 (0)