mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-12 19:55:19 +02:00
feat: increase track chip icon and text size
This commit is contained in:
parent
8ad0ed2956
commit
ce128629a4
2 changed files with 3 additions and 3 deletions
|
|
@ -108,8 +108,8 @@ function TrackBlockView({ node, deleteNode, extension }: {
|
|||
>
|
||||
<span className="track-block-chip-icon">
|
||||
{isRunning
|
||||
? <Loader2 size={16} className="animate-spin" />
|
||||
: <TrackIcon trackId={trackId} size={16} />}
|
||||
? <Loader2 size={24} className="animate-spin" />
|
||||
: <TrackIcon trackId={trackId} size={24} />}
|
||||
</span>
|
||||
<span className="track-block-chip-id">{trackId || 'track'}</span>
|
||||
{instruction && <span className="track-block-chip-sep">·</span>}
|
||||
|
|
|
|||
|
|
@ -677,7 +677,7 @@
|
|||
width: 100%;
|
||||
padding: 24px 16px;
|
||||
font-family: inherit;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
line-height: 1.3;
|
||||
color: var(--foreground);
|
||||
background: color-mix(in srgb, var(--muted) 40%, transparent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue