Skip to content

Commit 8ed810a

Browse files
authored
chore: address minor tech debt (#459)
- fixes spacing between the label and end components in anything using the ListRowLink component. most relevant in cases where the label is clipped due to horizontal overflow - removes an unused icon
1 parent 1c978f2 commit 8ed810a

4 files changed

Lines changed: 1 addition & 7 deletions

File tree

src/renderer/icons/material-symbols-new-window.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/renderer/src/generated/icons.generated.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export const iconNames = [
1616
'material-warning-rounded',
1717
'material-volume-up',
1818
'material-tablet-android',
19-
'material-symbols-new-window',
2019
'material-symbols-info',
2120
'material-symbols-encrypted-weight200',
2221
'material-symbols-delete',

src/renderer/src/images/icons-sprite.svg

Lines changed: 0 additions & 5 deletions
Loading

src/renderer/src/routes/app/-components/list-row-link.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export function ListRowLink({
3232
alignItems="center"
3333
overflow="auto"
3434
padding={4}
35+
gap={2}
3536
>
3637
<Stack direction="row" alignItems="center" gap={3} overflow="auto">
3738
{start}

0 commit comments

Comments
 (0)