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

Commit 93a9874

Browse files
authored
fix: Stroke in bookmark icons (#192)
* Fix bookmark icons stroke * version
1 parent 918a93f commit 93a9874

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gnosis.pm/safe-react-components",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Gnosis UI components",
55
"main": "dist/index.min.js",
66
"typings": "dist/index.d.ts",

src/dataDisplay/Icon/images/bookmark.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
<path
1313
className="icon-stroke"
1414
d="M9 11L5 8.22222L1 11V2.11111C1 1.81643 1.12041 1.53381 1.33474 1.32544C1.54906 1.11706 1.83975 1 2.14286 1H7.85714C8.16025 1 8.45094 1.11706 8.66527 1.32544C8.87959 1.53381 9 1.81643 9 2.11111V11Z"
15-
strokeWidth="1"
15+
strokeWidth="2"
1616
strokeLinecap="round"
1717
strokeLinejoin="round"
1818
/>
@@ -30,7 +30,7 @@ export default {
3030
<path
3131
className="icon-stroke"
3232
d="M9 11L5 8.22222L1 11V2.11111C1 1.81643 1.12041 1.53381 1.33474 1.32544C1.54906 1.11706 1.83975 1 2.14286 1H7.85714C8.16025 1 8.45094 1.11706 8.66527 1.32544C8.87959 1.53381 9 1.81643 9 2.11111V11Z"
33-
strokeWidth="1"
33+
strokeWidth="1.5"
3434
strokeLinecap="round"
3535
strokeLinejoin="round"
3636
/>

src/dataDisplay/Icon/images/bookmarkFilled.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
<path
1313
className="icon-color icon-stroke"
1414
d="M9 11L5 8.22222L1 11V2.11111C1 1.81643 1.12041 1.53381 1.33474 1.32544C1.54906 1.11706 1.83975 1 2.14286 1H7.85714C8.16025 1 8.45094 1.11706 8.66527 1.32544C8.87959 1.53381 9 1.81643 9 2.11111V11Z"
15-
strokeWidth="1"
15+
strokeWidth="2"
1616
strokeLinecap="round"
1717
strokeLinejoin="round"
1818
/>
@@ -30,7 +30,7 @@ export default {
3030
<path
3131
className="icon-color icon-stroke"
3232
d="M9 11L5 8.22222L1 11V2.11111C1 1.81643 1.12041 1.53381 1.33474 1.32544C1.54906 1.11706 1.83975 1 2.14286 1H7.85714C8.16025 1 8.45094 1.11706 8.66527 1.32544C8.87959 1.53381 9 1.81643 9 2.11111V11Z"
33-
strokeWidth="1"
33+
strokeWidth="1.5"
3434
strokeLinecap="round"
3535
strokeLinejoin="round"
3636
/>

tests/dataDisplay/Icon/__snapshots__/icon.stories.storyshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ exports[`Storyshots Data Display/Icon Icons 1`] = `
546546
d="M9 11L5 8.22222L1 11V2.11111C1 1.81643 1.12041 1.53381 1.33474 1.32544C1.54906 1.11706 1.83975 1 2.14286 1H7.85714C8.16025 1 8.45094 1.11706 8.66527 1.32544C8.87959 1.53381 9 1.81643 9 2.11111V11Z"
547547
strokeLinecap="round"
548548
strokeLinejoin="round"
549-
strokeWidth="1"
549+
strokeWidth="1.5"
550550
/>
551551
</g>
552552
</svg>
@@ -575,7 +575,7 @@ exports[`Storyshots Data Display/Icon Icons 1`] = `
575575
d="M9 11L5 8.22222L1 11V2.11111C1 1.81643 1.12041 1.53381 1.33474 1.32544C1.54906 1.11706 1.83975 1 2.14286 1H7.85714C8.16025 1 8.45094 1.11706 8.66527 1.32544C8.87959 1.53381 9 1.81643 9 2.11111V11Z"
576576
strokeLinecap="round"
577577
strokeLinejoin="round"
578-
strokeWidth="1"
578+
strokeWidth="1.5"
579579
/>
580580
</g>
581581
</svg>

0 commit comments

Comments
 (0)