Skip to content

Commit ffb2dd1

Browse files
authored
fix(icons): currentColor (#580)
1 parent 026ab86 commit ffb2dd1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/quick-houses-design.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@cube-dev/ui-kit': patch
3+
---
4+
5+
Set ThumbsUpIcon and ThumbsDownIcon color to currentColor.

src/icons/ThumbsDownIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const ThumbsDownIcon = wrapIcon(
1010
fill="none"
1111
>
1212
<path
13-
fill="#43436B"
13+
fill="currentColor"
1414
fillRule="evenodd"
1515
d="M7.996 14.5a.618.618 0 0 0 1.121-.495l-.752-2.673A1.048 1.048 0 0 1 9.371 9.99h3.583c.336 0 .588-.13.733-.297.136-.159.206-.383.129-.668l-1.425-5.16v-.001a.89.89 0 0 0-.862-.659H5.196v6.793l2.796 4.497zm-4-4.498-1.804.025V3.204h1.804zm5.949 5.316c-.79.987-2.32.886-2.974-.194l-2.438-3.93-2.484.036h-.01c-.578 0-1.047-.47-1.047-1.048v-7.13c0-.578.47-1.048 1.048-1.048h9.489c.944 0 1.77.633 2.02 1.543l1.425 5.161c.18.665.023 1.302-.38 1.768-.394.457-.991.713-1.64.713H9.572l.696 2.476c.17.57.049 1.188-.323 1.653"
1616
clipRule="evenodd"

src/icons/ThumbsUpIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const ThumbsUpIcon = wrapIcon(
1010
fill="none"
1111
>
1212
<path
13-
fill="#43436B"
13+
fill="currentColor"
1414
fillRule="evenodd"
1515
d="M7.996 1.5a.618.618 0 0 1 1.121.496l-.752 2.672a1.048 1.048 0 0 0 1.006 1.343h3.583c.336 0 .588.13.733.298.136.158.206.383.129.668l-1.425 5.16a.89.89 0 0 1-.862.66H5.196V6.002l2.796-4.496zM3.996 6l-1.804-.026v6.823h1.804zM9.945.683a1.818 1.818 0 0 0-2.974.193l-2.438 3.93-2.484-.035h-.01c-.578 0-1.047.47-1.047 1.048v7.13c0 .578.47 1.047 1.048 1.047h9.489c.944 0 1.77-.632 2.02-1.542l1.425-5.162c.18-.664.023-1.302-.38-1.767-.394-.458-.991-.714-1.64-.714H9.572l.696-2.476c.17-.57.049-1.187-.323-1.652"
1616
clipRule="evenodd"

0 commit comments

Comments
 (0)