Skip to content

Commit f145aeb

Browse files
committed
feat(ffe-icons): Endre ikonstørrelse på lg og xl, (lg 40 -> 32, xl 48 -> 40)
Breaking change: Ikon med størrelse XL er nå blitt litt mindre (48px til 40px) og lg har blitt mindre (40px -> 32px)
1 parent f474381 commit f145aeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ffe-icons/bin/build.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const {
1313
const sizes = [
1414
{ name: 'sm', opsz: 20 },
1515
{ name: 'md', opsz: 24 },
16-
{ name: 'lg', opsz: 40 },
17-
{ name: 'xl', opsz: 48 },
16+
{ name: 'lg', opsz: 32 },
17+
{ name: 'xl', opsz: 40 },
1818
];
1919
const fill = [0, 1];
2020

0 commit comments

Comments
 (0)