5 Commits

Author SHA1 Message Date
21253c15db feat: #960 - changed the attribute/importance preference display. (#1590)
Impacted files:
* `attribute_button.dart`: changed the whole display.
* `design_constants.dart`: added constants for the default icon size and the minimum target size (according to goldens).
* `product_preferences.dart`: added the downgrading of "very important" to "important".
* `pubspec.lock`: wtf
* `user_preferences_page-blue-dark.png`: impacted by new display.
* `user_preferences_page-blue-light.png`: impacted by new display.
* `user_preferences_page-brown-dark.png`: impacted by new display.
* `user_preferences_page-brown-light.png`: impacted by new display.
* `user_preferences_page-green-dark.png`: impacted by new display.
* `user_preferences_page-green-light.png`: impacted by new display.
2022-05-04 17:00:30 +02:00
93f790c488 fix: Product remove cross is too small (#1718) 2022-04-30 17:45:46 +02:00
c5cf03b045 fix: Transportation Component Icon and title color is not compatible (#1494)
* chore(develop): release 1.0.0

* fix: Transportation Component Icon and title color is not compatible with background color

* removed extra variable

* chore(develop): release 1.1.0

* remoed additional variable

* removed additional files

* added CHANGELOG.md file

* added set for dark mode

* color design fixes

* removed unused code

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-04-09 20:22:52 +02:00
e7df9e53e6 fix: Colors of generic widgets replaced with globalized constants for colors (#1268)
* new colors added

* colors replaced with constants

* colors replaced with constants

* colors replaced with constants

* colors moved to design_constants.dart

* empty attribute helper deleted

* imports updated

* screenshots updated

Co-authored-by: Gayangi Seneviratne <sgayangi@gmail.com>
2022-03-20 16:47:25 +01:00
0d61134375 General radius throughout the app (#1179)
* Added design const

* ROUNDED_RADIUS

* General radius throughout the app

* Update smooth_main_button.dart

* .all instead of .circular
2022-03-03 21:25:46 +01:00