File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @viamrobotics/prime-core" ,
3
- "version" : " 0.0.87 " ,
3
+ "version" : " 0.0.88 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ onMount(async () => {
155
155
<figcaption ><slot name =" caption" /></figcaption >
156
156
{/if }
157
157
158
- <div class =" flex gap-x-4 bg-light p-2" >
158
+ <div class =" flex items-baseline gap-x-4 bg-light p-2" >
159
159
<!-- The formatting here is intentional to preserve the formatting of `code` -->
160
160
<pre class ="flex-1 overflow-x-auto language- {language }" ><code
161
161
bind:this ={element }
@@ -165,7 +165,7 @@ onMount(async () => {
165
165
166
166
{#if showCopyButton }
167
167
<IconButton
168
- class = " text-black "
168
+ cx = " m-1 text-gray-6 "
169
169
icon ={COPY_STATES [copyState ].icon }
170
170
label ={COPY_STATES [copyState ].label }
171
171
on:click ={copyToClipboard }
You can’t perform that action at this time.
0 commit comments