Skip to content

Commit

Permalink
fix(TableSettings): popover actions background in dark theme (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaPo4eK111291 authored Oct 9, 2024
1 parent 9781753 commit 7b95f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TableSettings/TableSettings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ $block: '.#{variables.$ns}table-settings';
&__popover-actions {
position: relative;
padding: var(--g-spacing-2);
background-color: var(--g-color-base-background);
background-color: inherit;
}
}

0 comments on commit 7b95f62

Please sign in to comment.