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:
martmull 2026-04-13 15:13:53 +02:00 committed by GitHub
parent 2ac93bd803
commit 8bf9b12ace
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -47,6 +47,7 @@ export const SettingsApplicationTableRow = ({
<TableCell
align="right"
padding={`0 ${themeCssVariables.spacing[2]} 0 0`}
color={themeCssVariables.font.color.tertiary}
>
{action}
</TableCell>

View file

@ -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