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

Commit

Permalink
fix(icon): Update demo fonts from 21px to 24px.
Browse files Browse the repository at this point in the history
fixes #4569. Closes #4799.
  • Loading branch information
programmist authored and ThomasBurleson committed Oct 6, 2015
1 parent 7009c4e commit 3f9fce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/icon/demoFontIconsWithClassnames/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ angular
$scope.sizes = [
{size:48,padding:10},
{size:36,padding:6},
{size:21,padding:2},
{size:24,padding:2},
{size:12,padding:0}
];

Expand Down

0 comments on commit 3f9fce0

Please sign in to comment.