Closed jumpanda closed 2 years ago
I've done the requested changes for
secondary
->primary
the default font weight should be 800
Need some clarification for this. Do you mean I should set it as default(currently 500) for the Button component, or use size="lg" for these buttons which includes this font weight?
The button would be too large if we use the size "lg". We can just use the font weight 800 as default
I might have misunderstood what you meant, but setting the font weight as default doesn't suit the filter-buttons well
I might have misunderstood what you meant, but setting the font weight as default doesn't suit the filter-buttons well
This is correct on small monitors.
This is correct on small monitors.
Alright 👍 Updated.
these buttons can keep the previous font weight
Suggestions added.
I think we need to do the same change with the claim and buy farm button. Otherwise good to go
The font weight of "Buy farm" and "claim" button is incorrect. Both should be 800.
The font weight of "Buy farm" and "claim" button is incorrect. Both should be 800.
Done, looks a lot better now!
I've done the requested changes for
secondary
->primary
Need some clarification for this. Do you mean I should set it as default(currently 500) for the Button component, or use size="lg" for these buttons which includes this font weight?