Merge branch 'dev' into dev-starter

This commit is contained in:
Sercan Yemen
2023-01-19 11:22:48 +03:00
4 changed files with 2816 additions and 2694 deletions

View File

@@ -1341,3 +1341,17 @@ textarea.mat-mdc-input-element {
}
}
}
/* -------------------------------------------------------------------------- */
/* @ Tooltip
/* -------------------------------------------------------------------------- */
.mat-mdc-tooltip .mdc-tooltip__surface {
background-color: var(--fuse-text-default) !important;
color: white;
.dark & {
background-color: var(--fuse-text-secondary) !important;
color: var(--fuse-bg-default) !important;
}
}

View File

@@ -1,3 +1,3 @@
import { Version } from '@fuse/version/version';
export const FUSE_VERSION = new Version('17.1.0').full;
export const FUSE_VERSION = new Version('17.2.0').full;