@@ -75,65 +75,65 @@ $mdc-theme-text-colors: (
75
75
//
76
76
77
77
$mdc-theme-property-values : (
78
- // Primary
78
+ /* Primary */
79
79
primary : $mdc-theme-primary ,
80
80
primary-light : $mdc-theme-primary-light ,
81
81
primary-dark : $mdc-theme-primary-dark ,
82
- // Secondary
82
+ /* Secondary */
83
83
secondary : $mdc-theme-secondary ,
84
84
secondary-light : $mdc-theme-secondary-light ,
85
85
secondary-dark : $mdc-theme-secondary-dark ,
86
- // Background
86
+ /* Background */
87
87
background : $mdc-theme-background ,
88
- // Text-primary on "primary" background
88
+ /* Text-primary on "primary" background */
89
89
text-primary-on-primary : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-primary-tone ), primary ),
90
90
text-secondary-on-primary : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-primary-tone ), secondary ),
91
91
text-hint-on-primary : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-primary-tone ), hint ),
92
92
text-disabled-on-primary : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-primary-tone ), disabled ),
93
93
text-icon-on-primary : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-primary-tone ), icon ),
94
- // Text-primary on "primary-light" background
94
+ /* Text-primary on "primary-light" background */
95
95
text-primary-on-primary-light : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-primary-light-tone ), primary ),
96
96
text-secondary-on-primary-light : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-primary-light-tone ), secondary ),
97
97
text-hint-on-primary-light : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-primary-light-tone ), hint ),
98
98
text-disabled-on-primary-light : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-primary-light-tone ), disabled ),
99
99
text-icon-on-primary-light : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-primary-light-tone ), icon ),
100
- // Text-primary on "primary-dark" background
100
+ /* Text-primary on "primary-dark" background */
101
101
text-primary-on-primary-dark : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-primary-dark-tone ), primary ),
102
102
text-secondary-on-primary-dark : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-primary-dark-tone ), secondary ),
103
103
text-hint-on-primary-dark : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-primary-dark-tone ), hint ),
104
104
text-disabled-on-primary-dark : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-primary-dark-tone ), disabled ),
105
105
text-icon-on-primary-dark : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-primary-dark-tone ), icon ),
106
- // Text-primary on "secondary" background
106
+ /* Text-primary on "secondary" background */
107
107
text-primary-on-secondary : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-secondary-tone ), primary ),
108
108
text-secondary-on-secondary : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-secondary-tone ), secondary ),
109
109
text-hint-on-secondary : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-secondary-tone ), hint ),
110
110
text-disabled-on-secondary : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-secondary-tone ), disabled ),
111
111
text-icon-on-secondary : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-secondary-tone ), icon ),
112
- // Text-primary on "secondary-light" background
112
+ /* Text-primary on "secondary-light" background */
113
113
text-primary-on-secondary-light : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-secondary-light-tone ), primary ),
114
114
text-secondary-on-secondary-light : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-secondary-light-tone ), secondary ),
115
115
text-hint-on-secondary-light : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-secondary-light-tone ), hint ),
116
116
text-disabled-on-secondary-light : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-secondary-light-tone ), disabled ),
117
117
text-icon-on-secondary-light : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-secondary-light-tone ), icon ),
118
- // Text-primary on "secondary-dark" background
118
+ /* Text-primary on "secondary-dark" background */
119
119
text-primary-on-secondary-dark : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-secondary-dark-tone ), primary ),
120
120
text-secondary-on-secondary-dark : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-secondary-dark-tone ), secondary ),
121
121
text-hint-on-secondary-dark : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-secondary-dark-tone ), hint ),
122
122
text-disabled-on-secondary-dark : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-secondary-dark-tone ), disabled ),
123
123
text-icon-on-secondary-dark : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-secondary-dark-tone ), icon ),
124
- // Text-primary on "background" background
124
+ /* Text-primary on "background" background */
125
125
text-primary-on-background : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-background-tone ), primary ),
126
126
text-secondary-on-background : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-background-tone ), secondary ),
127
127
text-hint-on-background : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-background-tone ), hint ),
128
128
text-disabled-on-background : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-background-tone ), disabled ),
129
129
text-icon-on-background : map-get (map-get ($mdc-theme-text-colors , $mdc-theme-background-tone ), icon ),
130
- // Text-primary on "light" background
130
+ /* Text-primary on "light" background */
131
131
text-primary-on-light : map-get (map-get ($mdc-theme-text-colors , dark ), primary ),
132
132
text-secondary-on-light : map-get (map-get ($mdc-theme-text-colors , dark ), secondary ),
133
133
text-hint-on-light : map-get (map-get ($mdc-theme-text-colors , dark ), hint ),
134
134
text-disabled-on-light : map-get (map-get ($mdc-theme-text-colors , dark ), disabled ),
135
135
text-icon-on-light : map-get (map-get ($mdc-theme-text-colors , dark ), icon ),
136
- // Text-primary on "dark" background
136
+ /* Text-primary on "dark" background */
137
137
text-primary-on-dark : map-get (map-get ($mdc-theme-text-colors , light ), primary ),
138
138
text-secondary-on-dark : map-get (map-get ($mdc-theme-text-colors , light ), secondary ),
139
139
text-hint-on-dark : map-get (map-get ($mdc-theme-text-colors , light ), hint ),
0 commit comments