Skip to content

Commit dfa2ac6

Browse files
authored
Update en/components/button.md
1 parent 85b1459 commit dfa2ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/components/button.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ If all went well, you should see something like the following in the browser:
252252
Following the simplest approach, you can use CSS variables to customize the appearance of the button:
253253

254254
```css
255-
.igx-button {
255+
[igxButton] {
256256
--background: #ff4d4f;
257257
--hover-background: #ff7875;
258258
--active-background: #d9363e;

0 commit comments

Comments
 (0)