Skip to content

Commit

Permalink
fix: Adjust arrow button colors in dark mode (#11248)
Browse files Browse the repository at this point in the history
  • Loading branch information
mutdmour authored Oct 14, 2024
1 parent c0aa28c commit 439132c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system/src/components/N8nTabs/Tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const scrollRight = () => scroll(50);
.button {
position: absolute;
background-color: var(--color-background-base);
background-color: var(--color-tabs-arrow-buttons, var(--color-background-base));
z-index: 1;
height: 24px;
width: 10px;
Expand Down
1 change: 1 addition & 0 deletions packages/editor-ui/src/components/RunData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1861,6 +1861,7 @@ export default defineComponent({
justify-content: space-between;
align-items: center;
min-height: 30px;
--color-tabs-arrow-buttons: var(--color-run-data-background);
}
.itemsCount {
Expand Down

0 comments on commit 439132c

Please sign in to comment.