Skip to content

Commit fba55db

Browse files
committed
Stack background now uses content-bg from the theme
1 parent e4eb1c3 commit fba55db

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

resources/css/ui.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
--color-body-bg: var(--theme-color-body-bg);
2424
--color-body-border: var(--theme-color-body-border);
25+
--color-content-bg: var(--theme-color-content-bg);
2526
--color-content-border: var(--theme-color-content-border);
2627
--color-global-header-bg: var(--theme-color-global-header-bg);
2728
--color-progress-bar: var(--theme-color-progress-bar);

resources/js/components/inputs/relationship/Selector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="dark:bg-dark-800 h-full bg-white rounded-s-xl">
2+
<div class="h-full bg-content-bg dark:bg-dark-content-bg rounded-s-xl">
33
<div class="flex h-full min-h-0 flex-col">
44
<Listing
55
v-if="filters != null && view === 'list'"

0 commit comments

Comments
 (0)