We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4eb1c3 commit fba55dbCopy full SHA for fba55db
2 files changed
resources/css/ui.css
@@ -22,6 +22,7 @@
22
23
--color-body-bg: var(--theme-color-body-bg);
24
--color-body-border: var(--theme-color-body-border);
25
+ --color-content-bg: var(--theme-color-content-bg);
26
--color-content-border: var(--theme-color-content-border);
27
--color-global-header-bg: var(--theme-color-global-header-bg);
28
--color-progress-bar: var(--theme-color-progress-bar);
resources/js/components/inputs/relationship/Selector.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div class="dark:bg-dark-800 h-full bg-white rounded-s-xl">
+ <div class="h-full bg-content-bg dark:bg-dark-content-bg rounded-s-xl">
3
<div class="flex h-full min-h-0 flex-col">
4
<Listing
5
v-if="filters != null && view === 'list'"
0 commit comments