Skip to content

Commit 16add52

Browse files
committed
fix: dark theme colors for stepper
1 parent fe6d9b6 commit 16add52

File tree

1 file changed

+2
-2
lines changed
  • packages/react-sdk-components/src/components/infra/MultiStep

1 file changed

+2
-2
lines changed

packages/react-sdk-components/src/components/infra/MultiStep/MultiStep.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ mat-horizontal-stepper {
121121
}
122122

123123
.current .psdk-vertical-step-label {
124-
color: rgba(0, 0, 0, 0.87);
124+
color: var(--text-primary-color);
125125
}
126126

127127
.psdk-vertical-step-body {
@@ -143,7 +143,7 @@ mat-horizontal-stepper {
143143
border-left-style: solid;
144144
top: -16px;
145145
bottom: -16px;
146-
border-left-color: rgba(0, 0, 0, 0.12);
146+
border-left-color: var(--app-neutral-color);
147147
}
148148

149149
.psdk-horizontal-stepper {

0 commit comments

Comments
 (0)