Closed FatimaGC closed 1 year ago
@FatimaGC
I'm seeing some differences between the Primary and Secondary buttons:
Primary
Secondary
Secondary hover
@FatimaGC There's also no shadow on secondary variant. Let's make sure that it's there for all the variants 👍
@kee-oth I checked and this is how things are looking on my end:
Secondary
Secondary Hover
Not sure why there's a discrepancy
@FatimaGC
Looking better! But the buttons are different sizes, let's figure out what's going on there and fix it. Notice how the dimensions of the grid/box the same but in the Secondary button the border is on the outside of the lines while on the Primary button the border is on the inside:
Primary
Secondary
@FatimaGC
Looking better! But the buttons are different sizes, let's figure out what's going on there and fix it. Notice how the dimensions of the grid/box the same but in the Secondary button the border is on the outside of the lines while on the Primary button the border is on the inside:
Primary
Secondary
@kee-oth Is the solution to this to add box-sizing: border-box
to .button
class?
@FatimaGC Looks good to merge after that one change 💪
@kee-oth Do you think I'm good to merge this?