From beb04fe2391f58d558dbdd551908509adf4fc109 Mon Sep 17 00:00:00 2001 From: pfthomas Date: Mon, 13 Sep 2021 09:39:41 -0700 Subject: [PATCH] [M3][Button] Add back Full Width Buttons style to button dev docs PiperOrigin-RevId: 396375961 --- docs/components/Button.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/components/Button.md b/docs/components/Button.md index 17fb6ac18..c3ca81e65 100644 --- a/docs/components/Button.md +++ b/docs/components/Button.md @@ -157,6 +157,7 @@ Element | Attribute | Related me | ---------------------- | -------------------------------------------------------------- | | **Default style** | `Widget.Material3.Button.TextButton` | | **Icon style** | `Widget.Material3.Button.TextButton.Icon` | +| **Full Width Buttons** | `Widget.Material3.Button.TextButton.Dialog.FullWidth` | Default style theme attribute: `?attr/borderlessButtonStyle`