Skip to content

Commit b323cca

Browse files
authored
fix(grid): toolbar color (#503)
1 parent 65095c7 commit b323cca

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

sass/themes/schemas/components/light/_grid-toolbar.scss

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ $material-grid-toolbar: extend(
107107
/// Generates a fluent grid-toolbar schema.
108108
/// @type {Map}
109109
/// @prop {Map} background-color [color: 'surface'] - The toolbar background color.
110-
/// @prop {Map} title-text-color [color: ('gray', 700)] - The toolbar title text color.
111110
/// @requires {Map} $light-grid-toolbar
112111
$fluent-grid-toolbar: extend(
113112
$light-grid-toolbar,
@@ -116,13 +115,6 @@ $fluent-grid-toolbar: extend(
116115
color: 'surface',
117116
),
118117

119-
title-text-color: (
120-
color: (
121-
'gray',
122-
700,
123-
),
124-
),
125-
126118
_meta: (
127119
theme: 'fluent',
128120
variant: 'light',
@@ -132,18 +124,11 @@ $fluent-grid-toolbar: extend(
132124

133125
/// Generates a bootstrap grid-toolbar schema.
134126
/// @type {Map}
135-
/// @prop {Map} title-text-color [color: ('gray', 600)] - The toolbar title text color.
136127
/// @prop {Map} border-color [color: ('gray', 100)] - The toolbar border-bottom color.
137128
/// @requires {Map} $light-grid-toolbar
138129
$bootstrap-grid-toolbar: extend(
139130
$light-grid-toolbar,
140131
(
141-
title-text-color: (
142-
color: (
143-
'gray',
144-
600,
145-
),
146-
),
147132
border-color: (
148133
color: (
149134
'gray',

0 commit comments

Comments
 (0)