Skip to content

Commit 9d3afd4

Browse files
authored
Design maintenance prime 7 feb 2024 (#477)
1 parent c4d211f commit 9d3afd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@viamrobotics/prime-core",
3-
"version": "0.0.87",
3+
"version": "0.0.88",
44
"publishConfig": {
55
"access": "public"
66
},

packages/core/src/lib/code-snippet.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ onMount(async () => {
155155
<figcaption><slot name="caption" /></figcaption>
156156
{/if}
157157

158-
<div class="flex gap-x-4 bg-light p-2">
158+
<div class="flex items-baseline gap-x-4 bg-light p-2">
159159
<!-- The formatting here is intentional to preserve the formatting of `code` -->
160160
<pre class="flex-1 overflow-x-auto language-{language}"><code
161161
bind:this={element}
@@ -165,7 +165,7 @@ onMount(async () => {
165165

166166
{#if showCopyButton}
167167
<IconButton
168-
class="text-black"
168+
cx="m-1 text-gray-6"
169169
icon={COPY_STATES[copyState].icon}
170170
label={COPY_STATES[copyState].label}
171171
on:click={copyToClipboard}

0 commit comments

Comments
 (0)