Skip to content

Commit 1b06303

Browse files
Update styling
1 parent b3c2e20 commit 1b06303

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

src/ui/src/components/filter-bar/filter-bar.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
padding: 0.4375rem 0.625rem 0.4375rem 0.875rem;
429429
font-size: 0.8125rem;
430430
line-height: 1.25rem;
431-
color: var(--muted-foreground);
431+
color: var(--fb-accent);
432432
cursor: pointer;
433433
text-align: left;
434434
border-left: 2px solid transparent;
@@ -440,7 +440,6 @@
440440

441441
.fb-date-preset-row:hover {
442442
background-color: var(--accent);
443-
color: var(--accent-foreground);
444443
}
445444

446445
.fb-date-preset-row[data-active] {
@@ -475,7 +474,7 @@
475474
padding-left: 1rem;
476475
font-size: 0.6875rem;
477476
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
478-
color: var(--muted-foreground);
477+
color: var(--foreground);
479478
opacity: 0.5;
480479
}
481480

@@ -501,6 +500,11 @@
501500
gap: 0.5rem;
502501
}
503502

503+
.fb-date-custom .fb-date-section-label {
504+
padding-left: 0;
505+
padding-right: 0;
506+
}
507+
504508
.fb-date-field {
505509
display: flex;
506510
flex-direction: column;
@@ -510,7 +514,7 @@
510514
.fb-date-label {
511515
font-size: 0.6875rem;
512516
line-height: 1rem;
513-
color: var(--muted-foreground);
517+
color: var(--foreground);
514518
opacity: 0.7;
515519
}
516520

@@ -560,7 +564,7 @@
560564
border-radius: 0.375rem;
561565
border: 1px solid var(--border);
562566
background-color: var(--secondary);
563-
color: var(--secondary-foreground);
567+
color: var(--fb-accent);
564568
padding: 0.375rem 0.75rem;
565569
font-size: 0.8125rem;
566570
line-height: 1.25rem;

src/ui/src/features/workflows/list/components/workflows-toolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ export const WorkflowsToolbar = memo(function WorkflowsToolbar({
6868
WORKFLOW_FIELD.status,
6969
userField,
7070
poolField,
71+
WORKFLOW_FIELD.submitted,
7172
WORKFLOW_FIELD.priority,
7273
WORKFLOW_FIELD.app,
7374
WORKFLOW_FIELD.tag,
74-
WORKFLOW_FIELD.submitted,
7575
],
7676
[userField, poolField],
7777
);

0 commit comments

Comments
 (0)