mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
ea2238f998
Due to how `StatusButton` has evolved, the send button in the Status timeline no longer looked and behaved the way it was supposed to. This commit patches that by introducing new properties to `StatusButton` and making use of them in the Status timline, so that existing buttons don't break. It also fixes a bug in the StatusButton where the hovered background color was wrongly calculated.