Browse Source

Decrease table density

pull/2001/head
Thomas 2 years ago
parent
commit
4228f93ff3
  1. 2
      apps/client/src/styles/theme.scss

2
apps/client/src/styles/theme.scss

@ -86,6 +86,7 @@ $gf-theme-default: mat.define-light-theme(
);
@include mat.all-component-themes($gf-theme-default);
@include mat.button-density(0);
@include mat.table-density(-1);
// Create dark theme
$gf-theme-dark: mat.define-dark-theme(
@ -101,6 +102,7 @@ $gf-theme-dark: mat.define-dark-theme(
.is-dark-theme {
@include mat.all-component-colors($gf-theme-dark);
@include mat.button-density(0);
@include mat.table-density(-1);
}
:root {

Loading…
Cancel
Save