Skip to content

Commit

Permalink
feat(progressbar): tweak iOS progressbar size to match iOS 15
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Sep 7, 2021
1 parent b646fc9 commit 88f002a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/components/progressbar/progressbar-vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*/
}
.ios-vars({
--f7-progressbar-height: 2px;
--f7-progressbar-border-radius: 2px;
--f7-progressbar-height: 4px;
--f7-progressbar-border-radius: 4px;
.light-vars({
--f7-progressbar-bg-color: rgba(0,0,0,0.3);
});
Expand Down

0 comments on commit 88f002a

Please sign in to comment.