Skip to content

Commit

Permalink
Design maintenance prime 7 feb 2024 (viamrobotics#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrloureed authored Feb 13, 2024
1 parent c4d211f commit 9d3afd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viamrobotics/prime-core",
"version": "0.0.87",
"version": "0.0.88",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/src/lib/code-snippet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ onMount(async () => {
<figcaption><slot name="caption" /></figcaption>
{/if}

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

{#if showCopyButton}
<IconButton
class="text-black"
cx="m-1 text-gray-6"
icon={COPY_STATES[copyState].icon}
label={COPY_STATES[copyState].label}
on:click={copyToClipboard}
Expand Down

0 comments on commit 9d3afd4

Please sign in to comment.