Skip to content

Commit 15e9a57

Browse files
authored
build: some overrides not showing up in docs site (#31397)
The `tokens` rule for the button didn't have a dependency on the FAB and icon button themes which meant that they weren't showing up in the docs. Fixes #31395.
1 parent 8c9cae0 commit 15e9a57

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/material/button/BUILD.bazel

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,11 @@ markdown_to_html(
194194

195195
extract_tokens(
196196
name = "tokens",
197-
srcs = [":theme"],
197+
srcs = [
198+
":fab_theme",
199+
":icon_button_theme",
200+
":theme",
201+
],
198202
)
199203

200204
filegroup(

0 commit comments

Comments
 (0)