Skip to content

Commit 0747652

Browse files
committed
chore(): small sample improvements
1 parent b3f135f commit 0747652

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

samples/layouts/stepper/step-height/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"dependencies": {
1515
"igniteui-dockmanager": "^1.17.0",
1616
"igniteui-react": "^19.6.2",
17-
"igniteui-react-core": "19.3.2",
18-
"igniteui-webcomponents": "^7.0.0",
17+
"igniteui-react-core": "19.6.0-beta.0",
18+
"igniteui-webcomponents": "^7.1.3",
1919
"react": "^19.2.0",
2020
"react-dom": "^19.2.0",
2121
"tslib": "^2.4.0"

samples/layouts/stepper/step-height/src/index.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ igc-switch {
77

88
igc-stepper {
99
background: var(--ig-gray-100);
10-
padding: 16px;
11-
border-radius: 8px;
10+
padding: 1rem;
11+
border-radius: 0.5rem;
1212
border: 1px solid var(--ig-gray-400);
13-
margin-block-start: 12px;
13+
margin-block-start: 0.75rem;
1414
}
1515

1616
.header {
@@ -21,10 +21,10 @@ igc-stepper {
2121

2222
.switch-wrapper {
2323
border: 1px solid var(--ig-gray-400);
24-
border-radius: 6px;
24+
border-radius: 0.375rem;
2525
background: var(--ig-gray-100);
26-
padding: 8px;
27-
font-size: 22px;
26+
padding: 0.5rem;
27+
font-size: 1.375rem;
2828
display: flex;
2929
align-items: center;
3030
flex-wrap: wrap;
@@ -33,7 +33,7 @@ igc-stepper {
3333
}
3434

3535
igc-switch::part(label) {
36-
font-size: 22px;
36+
font-size: 1.375rem;
3737
}
3838
}
3939

@@ -52,7 +52,7 @@ igc-switch {
5252

5353
&::part(control) {
5454
height: 1.5rem;
55-
border-radius: 4px;
55+
border-radius: 0.25rem;
5656
}
5757
}
5858

@@ -63,12 +63,12 @@ igc-step::part(content) {
6363
}
6464

6565
h5 {
66-
margin-block: 5px;
66+
margin-block: 0.375rem;
6767
}
6868

6969
li {
70-
font-size: 16px;
71-
padding-block: 8px;
70+
font-size: 1rem;
71+
padding-block: 0.5rem;
7272
}
7373

7474
.container {

samples/layouts/stepper/step-height/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function StepHeight() {
4747
team.
4848
</li>
4949
<li>
50-
If you won't be at the address during the delivery time, please
50+
If you will not be at the address during the delivery time, please
5151
provide an alternative address.
5252
</li>
5353
</ul>

0 commit comments

Comments
 (0)