Make the size variant text centered inside the border Dawn Theme

Hi @glucinth

Try adding below styling to end of “base.css”

.select__select {
    text-align-last: center;
}

Please hit Like and mark as a solution if this helps