This commit is contained in:
Ahmed Bouhuolia
2025-08-06 16:15:28 +02:00
parent ffff3a6872
commit eebe98f43b
10 changed files with 54 additions and 41 deletions

View File

@@ -42,8 +42,10 @@ export function PaymentMadeFormFooterRight() {
const PaymentMadeTotalLines = styled(TotalLines)`
--x-color-text: #555;
--x-color-text: var(--color-light-gray4);
.bp4-dark & {
--x-color-text: var(--color-light-gray4);
}
width: 100%;
color: var(--x-color-text);
`;