Our design team has requested that we incorporate underlines that resemble the top half of a rectangle with rounded corners. We are currently using Angular Material, but I am facing difficulties in styling the existing tabs component (https://material.angular.io/components/tabs/examples)
I managed to make the default underline thicker and with rounded corners by adjusting these variables:
--mdc-tab-indicator-active-indicator-height: 6px;
--mdc-tab-indicator-active-indicator-shape: 10px;
This is what I have achieved so far:
https://i.stack.imgur.com/g5CuI.png
I'm unsure of how to proceed and would appreciate any guidance before considering creating a custom component from scratch.