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:
+1
@@ -47,6 +47,7 @@ export const SettingsApplicationTableRow = ({
|
||||
<TableCell
|
||||
align="right"
|
||||
padding={`0 ${themeCssVariables.spacing[2]} 0 0`}
|
||||
color={themeCssVariables.font.color.tertiary}
|
||||
>
|
||||
{action}
|
||||
</TableCell>
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user