Skip to content

Commit a376cb0

Browse files
committed
update brand logo classes
1 parent 7bde580 commit a376cb0

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

src/app.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
.ascii {
1010
font-family: 'Courier Prime', monospace;
11-
@apply leading-none whitespace-pre text-primary;
1211
}
1312

1413
/*----------------------------------------------------------------------*/

src/lib/components/brand.svelte

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@
2323
</script>
2424

2525
<pre
26-
class={cn(brandVariants.base, brandVariants.size[size], className)}
26+
class={cn(
27+
'leading-none whitespace-pre-wrap',
28+
brandVariants.base,
29+
brandVariants.size[size],
30+
className
31+
)}
2732
aria-disabled="true"
2833
{...props}>{brand}
2934
</pre>

0 commit comments

Comments
 (0)