fix: Reverts popover styling for search page (#6688)

This commit is contained in:
Nithin David Thomas
2023-03-20 11:04:56 +05:30
committed by GitHub
parent e76b63f91d
commit d2aa5f4c69
3 changed files with 10 additions and 10 deletions

View File

@@ -35,6 +35,6 @@ export default {
<style lang="scss" scoped>
.tab-container {
margin-top: var(--space-smaller);
border-bottom: 1px solid var(--s-50);
border-bottom: 1px solid var(--s-100);
}
</style>