Skip to content

Commit 01548c0

Browse files
authored
fix(SidePanel): change $border-subtle-02 to $border-subtle-01 (#8586)
* refactor(useFocus): refactor repeated useEffect code * fix: change -subtle-02 to -subtle-01
1 parent 3e2457e commit 01548c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/ibm-products-styles/src/components/SidePanel/_side-panel.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $clabs-prefix: 'clabs';
4545

4646
@mixin setDividerStyles() {
4747
position: absolute;
48-
background-color: $border-subtle-02;
48+
background-color: $border-subtle-01;
4949
block-size: 1px;
5050
content: '';
5151
inline-size: 100%;
@@ -198,7 +198,7 @@ $clabs-prefix: 'clabs';
198198
inline-size: 100%;
199199
}
200200
&.#{$block-class}--right-placement {
201-
border-inline-start: 1px solid $border-subtle-02;
201+
border-inline-start: 1px solid $border-subtle-01;
202202
inset-inline-end: 0;
203203
}
204204
&.#{$block-class}--left-placement {
@@ -221,7 +221,7 @@ $clabs-prefix: 'clabs';
221221
}
222222
}
223223

224-
border-inline-end: 1px solid $border-subtle-02;
224+
border-inline-end: 1px solid $border-subtle-01;
225225
inset-inline-start: 0;
226226
}
227227
&.#{$block-class}.#{$block-class}--has-slug,
@@ -325,7 +325,7 @@ $clabs-prefix: 'clabs';
325325

326326
&.#{$block-class}__header--reduced-motion {
327327
z-index: 5;
328-
border-block-end: 1px solid $border-subtle-02;
328+
border-block-end: 1px solid $border-subtle-01;
329329
margin-block-end: $spacing-05;
330330
}
331331

@@ -542,7 +542,7 @@ $clabs-prefix: 'clabs';
542542
.#{$block-class}__actions-container {
543543
position: sticky; // stick to bottom
544544
background-color: $layer-01;
545-
border-block-start: 1px solid $border-subtle-02;
545+
border-block-start: 1px solid $border-subtle-01;
546546
inset-block-end: 0;
547547

548548
&.#{$action-set-block-class}--2xl {

0 commit comments

Comments
 (0)