Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 3f9fce0

Browse files
programmistThomasBurleson
authored andcommitted
fix(icon): Update demo fonts from 21px to 24px.
fixes #4569. Closes #4799.
1 parent 7009c4e commit 3f9fce0

File tree

1 file changed

+1
-1
lines changed
  • src/components/icon/demoFontIconsWithClassnames

1 file changed

+1
-1
lines changed

src/components/icon/demoFontIconsWithClassnames/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ angular
1616
$scope.sizes = [
1717
{size:48,padding:10},
1818
{size:36,padding:6},
19-
{size:21,padding:2},
19+
{size:24,padding:2},
2020
{size:12,padding:0}
2121
];
2222

0 commit comments

Comments
 (0)