mirror of https://github.com/apache/nifi.git
[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:
parent
477aa8fe35
commit
30a44464f7
|
@ -164,6 +164,6 @@ $material-theme-dark: mat.define-dark-theme(
|
||||||
warn: $warn-dark
|
warn: $warn-dark
|
||||||
),
|
),
|
||||||
typography: $typography-config,
|
typography: $typography-config,
|
||||||
density: 0
|
density: -3
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
|
@ -116,8 +116,7 @@ $nifi-theme-light: mat.define-light-theme(
|
||||||
primary: $surface-light-palette,
|
primary: $surface-light-palette,
|
||||||
accent: $success-light-palette,
|
accent: $success-light-palette,
|
||||||
warn: $caution-light-palette
|
warn: $caution-light-palette
|
||||||
),
|
)
|
||||||
density: -3
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -133,7 +132,6 @@ $nifi-theme-dark: mat.define-dark-theme(
|
||||||
primary: $surface-dark-palette,
|
primary: $surface-dark-palette,
|
||||||
accent: $success-dark-palette,
|
accent: $success-dark-palette,
|
||||||
warn: $caution-dark-palette
|
warn: $caution-dark-palette
|
||||||
),
|
)
|
||||||
density: -3
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue