From fab7d493d3c5b559905f89673951f2c9847f6830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D0=B8=D1=81=20=D0=9A=D0=BE=D0=B1=D0=B5?= =?UTF-8?q?=D0=BB=D0=B5=D0=B2?= Date: Wed, 3 Dec 2025 11:57:24 +0800 Subject: [PATCH] Update button.tsx A small edit that will get rid of unnecessary code and give access to the inside of the button for styling To avoid unnecessary code, as in example #29935 --- core/src/components/button/button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/button/button.tsx b/core/src/components/button/button.tsx index 9eecd0d2c62..74e9d47e2f7 100644 --- a/core/src/components/button/button.tsx +++ b/core/src/components/button/button.tsx @@ -406,7 +406,7 @@ export class Button implements ComponentInterface, AnchorInterface, ButtonInterf onBlur={this.onBlur} {...inheritedAttributes} > - +