style: update component background and icon colors to use semantic theme variables

This commit is contained in:
estifanos
2026-08-27 08:16:20 +00:00
parent def6218dbf
commit 3d7bd99b4b
3 changed files with 4 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ export function DocumentRequirementsTab({ licenseType }: { licenseType: LicenseT
) : (
<Stack gap="xs">
{rows.map((req) => (
<Card key={req.id} withBorder radius="sm" p="xs" bg="var(--mantine-color-gray-0)">
<Card key={req.id} withBorder radius="sm" p="xs" bg="var(--mantine-color-default-hover)">
<Group justify="space-between" wrap="nowrap">
<div style={{ minWidth: 0 }}>
<Group gap={6}>