Skip to content

Commit 89f12d4

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 89f12d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/update-ffe-icons.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: 18
17+
node-version: 20
1818

1919
- name: Install dependencies
2020
run: npm install

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)