Skip to content

Commit c7319de

Browse files
committed
Replace unicode printer icon by font awesome icon and make it work for dark mode
1 parent 8af51fe commit c7319de

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

resources/views/statement.blade.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8 print:max-w-fit">
88
<div id="revenue" class="bg-white dark:bg-gray-800 overflow-hidden shadow-sm sm:rounded-lg relative">
99
<div class="flex justify-end mt-4 absolute right-6 text-4xl print:hidden" onclick="window.print()">
10-
<button>🖶</button>
10+
<button class="text-gray-700 dark:text-gray-300 fill-current stroke-current w-8 h-8">
11+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
12+
<!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
13+
<path
14+
d="M128 0C92.7 0 64 28.7 64 64v96h64V64H354.7L384 93.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L400 18.7C388 6.7 371.7 0 354.7 0H128zM384 352v32 64H128V384 368 352H384zm64 32h32c17.7 0 32-14.3 32-32V256c0-35.3-28.7-64-64-64H64c-35.3 0-64 28.7-64 64v96c0 17.7 14.3 32 32 32H64v64c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V384zM432 248a24 24 0 1 1 0 48 24 24 0 1 1 0-48z" />
15+
</svg>
16+
</button>
1117
</div>
1218
<div class="p-6 text-gray-900 dark:text-gray-100">
1319
<table>

0 commit comments

Comments
 (0)