Skip to content

Commit 79d5e31

Browse files
Fix lint issues
1 parent e5b00af commit 79d5e31

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

core/src/components/progress-bar/progress-bar.ionic.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@use "../../themes/ionic/ionic.globals.scss" as globals;
2-
32
@import "./progress-bar";
43

54
// iOS Progress bar

core/src/components/progress-bar/test/shape/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
</ion-header>
3737

3838
<ion-content class="outer-content">
39-
<ion-label> Default </ion-label>
40-
<ion-progress-bar value="0.50"></ion-progress-bar>
39+
<ion-label> Default </ion-label>
40+
<ion-progress-bar value="0.50"></ion-progress-bar>
4141

42-
<ion-label> Round </ion-label>
43-
<ion-progress-bar value="0.50" shape="round"></ion-progress-bar>
42+
<ion-label> Round </ion-label>
43+
<ion-progress-bar value="0.50" shape="round"></ion-progress-bar>
4444

45-
<ion-label> Default </ion-label>
46-
<ion-progress-bar value="0.50" shape="rectangular"></ion-progress-bar>
45+
<ion-label> Default </ion-label>
46+
<ion-progress-bar value="0.50" shape="rectangular"></ion-progress-bar>
4747
</ion-content>
4848
</ion-app>
4949
</body>

0 commit comments

Comments
 (0)