Skip to content

Commit 1b626b2

Browse files
committed
Add color prop to InstanceListItemRow and InstanceListSkeleton for consistency
1 parent 9edb70a commit 1b626b2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/features/amUI/common/InstanceList/InstanceList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export const InstanceList = ({
130130
<InstanceListItemRow
131131
key={item.id}
132132
size='md'
133+
color='neutral'
133134
as={Component ?? (onSelect ? 'button' : undefined)}
134135
interactive={interactive || !!onSelect}
135136
onClick={onSelect ? () => onSelect(instanceDelegation) : undefined}

src/features/amUI/common/InstanceList/InstanceListSkeleton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const InstanceListSkeleton = () => {
2020
<DialogListItem
2121
key={item.id}
2222
size='md'
23+
color='neutral'
2324
loading={true}
2425
{...item}
2526
/>

0 commit comments

Comments
 (0)