Round the top edges of my tab bar

Hello,

I would like to know a solution to round the top left and top right edge of my tab bar.

Thank’s for help

Nobody for help ? Please ?

ion-tab-bar  {
  background-color:black;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: unset;
}

ion-tab-button {
  margin-top: 5.3vw;
  background-color: black;
}

ion-tabs {
  background-color: white;
}

#tab-button-tab1 {
  border-top-left-radius: 15px;
}

#tab-button-tab4 {
  border-top-right-radius: 15px;
}