Skip to content

Commit da83009

Browse files
Light and dark mode color and contrast enhancements (PrefectHQ#8629)
1 parent 812ee4a commit da83009

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

ui/package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"test": "playwright test"
1111
},
1212
"dependencies": {
13-
"@prefecthq/prefect-design": "1.3.3",
14-
"@prefecthq/prefect-ui-library": "1.1.7",
13+
"@prefecthq/prefect-design": "1.3.6",
14+
"@prefecthq/prefect-ui-library": "1.1.9",
1515
"@prefecthq/vue-compositions": "1.3.5",
1616
"@types/lodash.debounce": "4.0.7",
1717
"axios": "0.27.2",

ui/src/pages/AppRouterView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
6464
.app-router-view { @apply
6565
text-foreground
66-
bg-background
66+
bg-background-600
6767
dark:bg-background-400
6868
flex
6969
flex-col

ui/src/pages/FlowRuns.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@
116116
sticky
117117
top-0
118118
bg-opacity-90
119+
dark:bg-opacity-90
119120
py-3
120121
z-10
121-
bg-background
122+
bg-background-600
122123
dark:bg-background-400
123-
rounded-b
124124
px-2
125125
}
126126

0 commit comments

Comments
 (0)