feat: Reduced back-to-channels link bottom margin from 1.25rem to 0.5re…
- "src/frontend/src/pages/ChannelDetail.tsx" GSD-Task: S01/T02
This commit is contained in:
parent
76f0dd882a
commit
243960d249
1 changed files with 1 additions and 1 deletions
|
|
@ -903,7 +903,7 @@ export function ChannelDetail() {
|
||||||
gap: 'var(--space-1)',
|
gap: 'var(--space-1)',
|
||||||
color: 'var(--text-secondary)',
|
color: 'var(--text-secondary)',
|
||||||
fontSize: 'var(--font-size-sm)',
|
fontSize: 'var(--font-size-sm)',
|
||||||
marginBottom: 'var(--space-5)',
|
marginBottom: 'var(--space-2)',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<ArrowLeft size={14} /> Back to Channels
|
<ArrowLeft size={14} /> Back to Channels
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue