Closed immadisairaj closed 7 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.
Theme.of(context).hintColor
Also, this commit adds the mouse cursor to click on hover of the chapters telling that it is clickable.
PS: The 2 checks are failing even before this commit
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.
PS: The 2 checks are failing even before this commit