79089960

Date: 2024-10-15 12:41:50
Score: 1
Natty:
Report link

You can write a className for Tabs tag & Iterate Button tag to change styles.

I have added tabsContainer as className below & changed button styles from the parent tag.

<Tabs aria-label="Default tabs" className="tabsContainer" variant="default">

CSS:-

.tabsContainer button:focus {
  color: #80143c;
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Karthikraja B