PromucFlow_constructor/app
kyteinsky 5676d6f652
fix: Added hover state to the black-colored Launch button on Applications Page. (#8279)
* Added hover state to the black Launch button on Applications Page.
The black button didn't exhibit hover changes while the orange Edit button did
because the Button base component made the buttons darker, and the launch button
was already dark.
Custom CSS was included in Applications.tsx for hover state background-color
change.

* Fix: Added hover state to Launch button on Applications page

default: black background, white text
hover: transparent background, black text and border

* replaced harcoded colors with src/constants/Colors.tsx properties
2021-10-20 10:52:17 +05:30
..
client fix: Added hover state to the black-colored Launch button on Applications Page. (#8279) 2021-10-20 10:52:17 +05:30
rts Fixed Null comparisons without type-checking (#8293) 2021-10-08 12:07:29 +06:00
server fix: data migration to set default value for permanent url toggle where none exists (#8507) 2021-10-15 11:24:04 +05:30
util feat: Generating plugin framework using plop (#6956) 2021-09-02 19:22:17 +05:30