bluefireteam / dashbook

Development tools to help you building UI on Flutter
MIT License
392 stars 43 forks source link

fix: change the unselected chapter color #113

Closed immadisairaj closed 7 months ago

immadisairaj commented 8 months ago

Closes: #105

The selected and unselected chapter has only difference of font weight. So, this commit changes the unselected color to a lighter variant.

The lighter variant uses Theme.of(context).hintColor.

Also, this commit adds the mouse cursor to click on hover of the chapters telling that it is clickable.

Light Theme Dark Theme
Screenshot 2024-02-25 at 14 10 39 Screenshot 2024-02-25 at 14 11 05

PS: The 2 checks are failing even before this commit