Skip to content

Commit ad4a930

Browse files
authored
fix: column width list (#5779)
1 parent fa0a526 commit ad4a930

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/flat-bears-stay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ultraviolet/ui": patch
3+
---
4+
5+
`List`: update column width

packages/ui/src/components/List/Row.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export const Row = forwardRef<HTMLTableRowElement, RowProps>(
204204
</ColumnProvider>
205205
) : null}
206206
{expandButton ? (
207-
<ColumnProvider width={theme.sizing[300]}>
207+
<ColumnProvider width={theme.sizing[400]}>
208208
<Cell className={listNoPaddingCell}>
209209
<Button
210210
aria-label="expand"

0 commit comments

Comments
 (0)