Skip to content

Commit 3916425

Browse files
committed
fix: dark theme support for config trigger bar in AddTask page
1 parent 2e4783a commit 3916425

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/frontEnd/src/views/AddTask/components/ConfigTriggerBar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ function getArgClass(arg: string): string {
8282
justify-content: space-between;
8383
gap: 1.5rem;
8484
padding: 1rem 1.25rem;
85-
background: var(--p-surface-50);
86-
border: 1px solid var(--surface-border);
85+
background: var(--p-surface-card);
86+
border: 1px solid var(--p-surface-border);
8787
border-radius: 10px;
8888
margin-top: 0.5rem;
8989
}

0 commit comments

Comments
 (0)