Skip to content

Commit 1919981

Browse files
committed
fix(material/schematics): add link to system vars
1 parent b515c78 commit 1919981

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/material/schematics/ng-add/theming/create-custom-theme.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ html {
3838
color-scheme: light;
3939
4040
// Set a default background, font and text colors for the application using
41-
// Angular Material's system-level CSS variables.
41+
// Angular Material's system-level CSS variables. Learn more about these
42+
// variables at https://material.angular.dev/guide/system-variables
4243
background-color: var(--mat-sys-surface);
4344
color: var(--mat-sys-on-surface);
4445
font: var(--mat-sys-body-medium);

0 commit comments

Comments
 (0)