@@ -23,7 +23,10 @@ limitations under the License.
2323
2424// Value for `app-bar` property in $tb-background. Can specify an override in
2525// _variable.scss to specifically customize this value.
26- $tb-app-bar-color : matm2 .m2-get-color-from-palette ($tb-primary , default ) !default ;
26+ $tb-app-bar-color : matm2 .m2-get-color-from-palette (
27+ $tb-primary ,
28+ default
29+ ) !default ;
2730
2831$tb-dark-primary : $tb-primary !default ;
2932$tb-dark-accent : $tb-accent !default ;
@@ -52,12 +55,15 @@ $tb-foreground: map_merge(
5255 matm2var .$m2-light-theme-foreground-palette ,
5356 (
5457 text : matm2 .m2-get-color-from-palette (matm2var .$m2-gray-palette , 900 ),
55- secondary- text: matm2 .m2-get-color-from-palette (matm2var .$m2-gray-palette , 700 ),
56- disabled- text: matm2 .m2-get-color-from-palette (matm2var .$m2-gray-palette , 600 ),
58+ secondary- text:
59+ matm2 .m2-get-color-from-palette (matm2var .$m2-gray-palette , 700 ),
60+ disabled- text:
61+ matm2 .m2-get-color-from-palette (matm2var .$m2-gray-palette , 600 ),
5762 // TB specific variable.
5863 border : #ebebeb ,
5964 link: matm2 .m2-get-color-from-palette (matm2var .$m2-blue-palette , 700 ),
60- link- visited: matm2 .m2-get-color-from-palette (matm2var .$m2-purple-palette , 700 ),
65+ link- visited:
66+ matm2 .m2-get-color-from-palette (matm2var .$m2-purple-palette , 700 ),
6167 )
6268);
6369$tb-background : map_merge (
@@ -114,9 +120,11 @@ $tb-dark-foreground: map_merge(
114120 map-get (matm2 .m2-get-color-config ($tb-dark-theme ), foreground ),
115121 (
116122 border : #555 ,
117- disabled- text: matm2 .m2-get-color-from-palette (matm2var .$m2-gray-palette , 700 ),
123+ disabled- text:
124+ matm2 .m2-get-color-from-palette (matm2var .$m2-gray-palette , 700 ),
118125 link: matm2 .m2-get-color-from-palette (matm2var .$m2-blue-palette , 400 ),
119- link- visited: matm2 .m2-get-color-from-palette (matm2var .$m2-purple-palette , 300 ),
126+ link- visited:
127+ matm2 .m2-get-color-from-palette (matm2var .$m2-purple-palette , 300 ),
120128 )
121129);
122130$tb-dark-background : map_merge (
0 commit comments