[NIFI-13325] update dark mode theme density to match light mode (#8904)

* [NIFI-13325] update dark mode theme density to match light mode

* remove density from nifi themes as only colors are used from this theme

This closes #8904
This commit is contained in:
Scott Aslan 2024-06-03 08:14:57 -04:00 committed by GitHub
parent 477aa8fe35
commit 30a44464f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View File

@ -164,6 +164,6 @@ $material-theme-dark: mat.define-dark-theme(
warn: $warn-dark
),
typography: $typography-config,
density: 0
density: -3
)
);

View File

@ -116,8 +116,7 @@ $nifi-theme-light: mat.define-light-theme(
primary: $surface-light-palette,
accent: $success-light-palette,
warn: $caution-light-palette
),
density: -3
)
)
);
@ -133,7 +132,6 @@ $nifi-theme-dark: mat.define-dark-theme(
primary: $surface-dark-palette,
accent: $success-dark-palette,
warn: $caution-dark-palette
),
density: -3
)
)
);