We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7652355 commit c89c620Copy full SHA for c89c620
src/lib/components/chat/ChatWindow.svelte
@@ -255,7 +255,7 @@
255
<CarbonCheckmark class="text-[.6rem] sm:mr-1.5 sm:text-green-600" />
256
<div class="text-green-600 max-sm:hidden">Link copied to clipboard</div>
257
{:else}
258
- <CarbonExport class="sm:text-primary-500 text-[.6rem] sm:mr-1.5" />
+ <CarbonExport class="text-[.6rem] sm:mr-1.5 sm:text-primary-500" />
259
<div class="max-sm:hidden">Share this conversation</div>
260
{/if}
261
</button>
0 commit comments