Вы думаете, что достигните того, чего хотите:
global.scss
ion-menu{
--ion-toolbar-background: grey;
ion-list{
border: 2px solid grey !important;
padding: 10px !important;
border-top-right-radius: 25px !important;
border-bottom-right-radius: 25px !important;
background: grey !important;
}
ion-item{
--background: grey !important;
--color: #fff;
}
}