Skip to content

Commit

Permalink
Chore: Add surface-light background to AppRow (#27765)
Browse files Browse the repository at this point in the history
  • Loading branch information
rique223 authored Jan 16, 2023
1 parent 73747ca commit 9390eb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/meteor/client/views/admin/apps/AppsList/AppRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const AppRow = (props: AppRowProps): ReactElement => {
pi='x16'
borderRadius='x4'
className={hoverClass}
bg='light'
>
<Box display='flex' flexDirection='row' width='80%'>
<AppAvatar size='x40' mie='x16' alignSelf='center' iconFileContent={iconFileContent} iconFileData={iconFileData} />
Expand Down

0 comments on commit 9390eb0

Please sign in to comment.