Skip to content

Commit 1ecaa10

Browse files
authored
fix: light and dark mode handling in Embed Sidebar mode (#115)
#114 Before: <img height="600" alt="image" src="https://github.com/user-attachments/assets/32803034-163d-42b3-b6df-de76ad257cf8" /> After: <img height="600" alt="image" src="https://github.com/user-attachments/assets/cca25c62-db54-4b3a-ab63-43d3f9dfca71" />
1 parent 2ae1791 commit 1ecaa10

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

webapp/_webapp/src/index.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,12 @@ object {
219219
border: 1px solid;
220220
background-color: transparent;
221221
overflow: hidden;
222-
@apply overflow-hidden w-full h-full dark:!border-default-200 !border-default-200;
222+
@apply overflow-hidden w-full h-full dark:!border-default-200 !border-default-200 text-default-800;
223+
224+
textarea,
225+
input {
226+
background-color: var(--pd-default-bg);
227+
}
223228
}
224229

225230
.pd-app-control-title-bar {

0 commit comments

Comments
 (0)