fix: Make the active tab standout from the background (#31306)
Regression from the previous state where the background of the active tab has been missed. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Style** - Updated the background color of the active tab in the editor for improved visibility and aesthetics. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
parent
002af05cf1
commit
4e333512bb
|
|
@ -42,6 +42,7 @@ export const StyledTab = styled(Flex)`
|
|||
}
|
||||
|
||||
&.active {
|
||||
background: var(--ads-v2-colors-control-field-default-bg);
|
||||
border-top: 2px solid var(--ads-v2-color-bg-brand);
|
||||
border-left: 1px solid var(--ads-v2-color-border);
|
||||
border-right: 1px solid var(--ads-v2-color-border);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user