fix: Fixed the design of 'Tab List' (#1517)
* fix: Fixed the design of 'Tab List' * fix: Fixed design of 'Tab list'
This commit is contained in:
@ -42,9 +42,12 @@ const StyledHover = styled.span`
|
||||
padding-right: ${({ theme }) => theme.spacing(2)};
|
||||
|
||||
&:hover {
|
||||
background: ${({ theme }) => theme.background.transparent.light};
|
||||
background: ${({ theme }) => theme.background.tertiary};
|
||||
border-radius: ${({ theme }) => theme.border.radius.sm};
|
||||
}
|
||||
&:active {
|
||||
background: ${({ theme }) => theme.background.quaternary};
|
||||
}
|
||||
`;
|
||||
|
||||
export function Tab({
|
||||
|
||||
Reference in New Issue
Block a user