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:
Vinay Chilukuri 2024-02-27 14:54:58 +05:30 committed by GitHub
parent 002af05cf1
commit 4e333512bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);