Skip to content

Commit 9a31ded

Browse files
committed
fix: update icon fill color to currentColor for better theming support
1 parent e011818 commit 9a31ded

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

resources/views/icons/content-picker.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</g>
1313
<defs>
1414
<clipPath id="clip0_1_7">
15-
<rect width="11" height="11" fill="white" transform="translate(13 14)"/>
15+
<rect width="11" height="11" fill="currentColor" transform="translate(13 14)"/>
1616
</clipPath>
1717
</defs>
1818
</svg>

resources/views/icons/icon-picker.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</g>
1414
<defs>
1515
<clipPath id="clip0_1_7">
16-
<rect width="11" height="11" fill="white" transform="translate(13 14)"/>
16+
<rect width="11" height="11" fill="currentColor" transform="translate(13 14)"/>
1717
</clipPath>
1818
</defs>
1919
</svg>

resources/views/icons/media-picker.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</g>
1313
<defs>
1414
<clipPath id="clip0_1_7">
15-
<rect width="11" height="11" fill="white" transform="translate(16 13)"/>
15+
<rect width="11" height="11" fill="currentColor" transform="translate(16 13)"/>
1616
</clipPath>
1717
</defs>
1818
</svg>

0 commit comments

Comments
 (0)