feat: darkmode preferences screens

This commit is contained in:
Ahmed Bouhuolia
2025-11-02 16:43:47 +02:00
parent a76445a6eb
commit 77dc0778a3
12 changed files with 78 additions and 102 deletions

View File

@@ -61,8 +61,10 @@ export function PreferencesReceiptsForm({ isSubmitting }) {
const CardFooterActions = styled.div`
--x-color-border: #e0e7ea;
--x-color-border: rgba(255, 255, 255, 0.25);
.bp4-dark & {
--x-color-border: rgba(255, 255, 255, 0.15);
}
padding-top: 16px;
border-top: 1px solid var(--x-color-border);
margin-top: 30px;