mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
Fix installed app setting tab (#19629)
## Before <img width="773" height="523" alt="image" src="https://github.com/user-attachments/assets/e62d39b6-a82a-4b87-a983-70d63842c739" /> ## After <img width="780" height="519" alt="image" src="https://github.com/user-attachments/assets/cec80e28-1298-443f-8e12-5f3b4dd8bf06" />
This commit is contained in:
parent
2ac93bd803
commit
8bf9b12ace
2 changed files with 3 additions and 2 deletions
|
|
@ -47,6 +47,7 @@ export const SettingsApplicationTableRow = ({
|
|||
<TableCell
|
||||
align="right"
|
||||
padding={`0 ${themeCssVariables.spacing[2]} 0 0`}
|
||||
color={themeCssVariables.font.color.tertiary}
|
||||
>
|
||||
{action}
|
||||
</TableCell>
|
||||
|
|
|
|||
|
|
@ -53,8 +53,8 @@ export const SettingsApplicationsTable = ({
|
|||
return (
|
||||
<Section>
|
||||
<H2Title
|
||||
title={t`Installed applications`}
|
||||
description={t`List installed applications. Use filter to search for a specific application`}
|
||||
title={t`Installed apps`}
|
||||
description={t`All the applications currently installed on this workspace`}
|
||||
/>
|
||||
<StyledSearchInputContainer>
|
||||
<SearchInput
|
||||
|
|
|
|||
Loading…
Reference in a new issue