Skip to content

Commit d6d8d3d

Browse files
authored
fix(feeds): update border color (#5214)
1 parent 3a5f490 commit d6d8d3d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

RELEASENOTES.general.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
## Fixed
77
- Correction in icons package version.
88
- Updated placeholder text color for Rich Text Editor
9+
- Updated border colors for Feeds component
910

1011
## 2.21.2 - June 15, 2023
1112

ui/components/feeds/post/_index.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*/
1111
.slds-feed__item-comments {
1212
background: var(--slds-g-color-neutral-base-95, #{$color-background-post});
13-
border-top: $border-width-thin solid var(--slds-g-color-border-base-4, #{$color-border});
14-
border-bottom: $border-width-thin solid var(--slds-g-color-border-base-4, #{$color-border});
13+
border-top: $border-width-thin solid var(--slds-g-color-border-base-1, #{$color-border});
14+
border-bottom: $border-width-thin solid var(--slds-g-color-border-base-1, #{$color-border});
1515

1616
.slds-comment {
1717
padding: $var-spacing-vertical-x-small $spacing-medium;
@@ -30,7 +30,7 @@
3030
padding: $spacing-small $spacing-medium;
3131

3232
@include mq-medium-max {
33-
border-top: $border-width-thin solid var(--slds-g-color-border-base-4, #{$color-border});
33+
border-top: $border-width-thin solid var(--slds-g-color-border-base-1, #{$color-border});
3434
}
3535

3636
@include mq-large-min {
@@ -90,7 +90,7 @@
9090
order: 1;
9191

9292
@include mq-small-max {
93-
border-top: $border-width-thin solid var(--slds-g-color-border-base-4, #{$color-border});
93+
border-top: $border-width-thin solid var(--slds-g-color-border-base-1, #{$color-border});
9494
margin: 0 ($spacing-small * -1) ($spacing-small * -1);
9595
padding: 0 $spacing-medium;
9696
}
@@ -197,7 +197,7 @@
197197
// class .slds-region--narrow
198198
.slds-post__footer-actions-list {
199199
order: 1;
200-
border-top: $border-width-thin solid var(--slds-g-color-border-base-4, #{$color-border});
200+
border-top: $border-width-thin solid var(--slds-g-color-border-base-1, #{$color-border});
201201
margin: 0 ($spacing-small * -1) ($spacing-small * -1);
202202
padding: 0 $spacing-medium;
203203
}

0 commit comments

Comments
 (0)