Skip to content

Commit dd4fe0f

Browse files
committed
Finalise it
1 parent eb25234 commit dd4fe0f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

user-interface/frontend/themes/datamanager/components/all.css

-2
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,6 @@ Icons
370370
color: var(--icon-color-default);
371371
}
372372

373-
374-
375373
.icon-text-white {
376374
color: white;
377375
}

user-interface/src/main/java/life/qbic/datamanager/views/demo/ComponentDemo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ private static Div stepperDialogShowCase(List<Step> steps, String dialogTitle) {
154154
private static List<Step> threeSteps() {
155155
List<Step> steps = new ArrayList<>();
156156
for (int step= 0; step < 3; step++) {
157-
int stepNumber = step;
157+
int stepNumber = step + 1;
158158
steps.add(new Step() {
159159

160160
final ExampleUserInput userInput = new ExampleUserInput("example step " + stepNumber );

0 commit comments

Comments
 (0)