fix(dees-button): Fix styling issue in button component.

This commit is contained in:
2024-10-06 01:18:13 +02:00
parent e26da1bb8f
commit 719e63c667
3 changed files with 14 additions and 8 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 2024-10-06 - 1.1.13 - fix(dees-button)
Fix styling issue in button component.
- Moved the .button.disabled styling block to its correct position after the .button.highlighted block.
## 2024-10-06 - 1.1.12 - fix(dees-button)
Fix reflect attribute for disabled property on dees-button component