Skip to content

Commit

Permalink
Fix app icon border radius on in app settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankchhabra authored Nov 27, 2024
1 parent 9de2468 commit d7a0f3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function AppSettingsDialogForApp({
>
<DialogHeader>
<DialogTitle className='flex items-center gap-2'>
<AppIcon src={app.icon} size={24} className='ounded-6 sm:rounded-8' />
<AppIcon src={app.icon} size={24} className='rounded-6' />
{t('app-settings.title')}
</DialogTitle>
</DialogHeader>
Expand Down

0 comments on commit d7a0f3b

Please sign in to comment.