From d3ef4a0ee8212160bca260674e2b621d494a2f99 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Mon, 2 Jun 2025 10:18:09 +0200 Subject: [PATCH] docs(material/button): variants table not rendering Fixes that the variants that wasn't rendering, because there was no extra new line between it and the preceding paragraph. Fixes #31262. --- src/material/button/button.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/material/button/button.md b/src/material/button/button.md index a06348334d9e..6f9baa201c88 100644 --- a/src/material/button/button.md +++ b/src/material/button/button.md @@ -9,6 +9,7 @@ is performed. An `` element should be used whenever the user will _navigate_ There are several button variants, each applied as an attribute: + | Attribute | Description | |----------------------|--------------------------------------------------------------------------| | `matButton` | Rectangular button that can contain text and icons |