feat: update Angular Material 13

This commit is contained in:
d.strigo 2023-02-09 20:08:11 +01:00
parent f40e0c463e
commit dcb6b8e646
5 changed files with 12 additions and 7 deletions

View file

@ -1,4 +1,4 @@
@use '~@angular/material' as mat;
@use '@angular/material' as mat;
@mixin angular-material() {
@include mat.core();

View file

@ -4,8 +4,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
@import '~@nebular/theme/styles/core/functions';
@import '~@nebular/theme/styles/core/mixins';
@import '@nebular/theme/styles/core/functions';
@import '@nebular/theme/styles/core/mixins';
$theme: (
color-primary-100: #fff2f7,

View file

@ -4,8 +4,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
@import '~@nebular/theme/styles/core/functions';
@import '~@nebular/theme/styles/core/mixins';
@import '@nebular/theme/styles/core/functions';
@import '@nebular/theme/styles/core/mixins';
$theme: (
color-primary-100: #e8cbfe,