Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JCornelison authored and JCornelison committed Feb 25, 2024
1 parent e1dfdf0 commit 8bfe8c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"private": true,
"dependencies": {
"@angular-material-components/color-picker": "^16.0.1",
"@angular-material-components/datetime-picker": "^16.0.1",
"@angular-material-components/color-picker": "^17.0.1",
"@angular-material-components/datetime-picker": "^17.0.1",
"@angular/animations": "^17.2.2",
"@angular/cdk": "^17.2.1",
"@angular/cli": "^17.2.1",
Expand Down Expand Up @@ -107,4 +107,4 @@
"options": {}
}
}
}
}
6 changes: 3 additions & 3 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy(mat.define-legacy-typography-config());`
@include mat.all-legacy-component-typographies();
@include mat.legacy-core();
// @ x include mmmmmmmat.all-legacy-component-typographies();
// @ x include mmmmmmat.legacy-core();

// Define the palettes for your theme using the Material Design palettes available in palette.scss
// (imported above). For each palette, you can optionally specify a default, lighter, and darker
Expand Down Expand Up @@ -71,4 +71,4 @@ body {
--primary-btn-color : rgb(245, 250, 203);
--primary-btn-text-color: #333;
}
}
}

0 comments on commit 8bfe8c1

Please sign in to comment.