Skip to content

Commit 2ecf91f

Browse files
authored
Merge branch 'vnext' into ESShared/XPlaform_jp_igniteui-xplat-docs-make-pr-JP+KR_2025.6.4.1
2 parents b504578 + d25db0a commit 2ecf91f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

en/components/circular-progress.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,14 @@ Add some styles:
161161

162162
```scss
163163
.custom-size {
164-
width: 100px;
165-
height: 100px;
164+
--diameter: 100px;
166165
}
167166

168167
.sample-content {
169168
width: 300px;
170169
display: flex;
171170
align-items: center;
172-
margin-top: 30px;
171+
margin: 30px;
173172
}
174173
```
175174

@@ -245,6 +244,7 @@ Following the simplest approach, we create a new theme that extends the [`progre
245244
$custom-theme: progress-circular-theme(
246245
$base-circle-color: lightgray,
247246
$fill-color-default: rgb(32, 192, 17),
247+
$diameter: 50px
248248
);
249249
```
250250

jp/components/circular-progress.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,14 @@ export class HomeComponent {
162162

163163
```scss
164164
.custom-size {
165-
width: 100px;
166-
height: 100px;
165+
--diameter: 100px;
167166
}
168167

169168
.sample-content {
170169
width: 300px;
171170
display: flex;
172171
align-items: center;
173-
margin-top: 30px;
172+
margin: 30px;
174173
}
175174
```
176175

@@ -246,6 +245,7 @@ $custom-theme: progress-circular-theme(
246245
$custom-theme: progress-circular-theme(
247246
$base-circle-color: lightgray,
248247
$fill-color-default: rgb(32, 192, 17),
248+
$diameter: 50px
249249
);
250250
```
251251

0 commit comments

Comments
 (0)