@Astrid5 wrote:
Hey guys, I need to make a selection between 3 dates values (today, this week, this month) or open a date picker to choose the date myself.
so, I thought about using ion-segment and ion-segment-buttons to do that, but so far I got this:
I wonder if ion-segment-button is the best choice for it (i think it is) and wich is the best way to style it. Here’s my code atm:
ion-segment-button { height: 40px; min-height: 40px; border-radius: 51px; } ion-segment-button.segment-button-checked { border-bottom: 2px solid; background: #ff9009; color: #FFFFFF !important; }
text-color is not applying… and the width is weird. Tips and solutions are apreciated.
Posts: 1
Participants: 1