Skip to content

Commit 2e57055

Browse files
authored
Merge pull request openiap#220 from 6ebeng/patch-10
Fix well background color on dark mode EditForm
2 parents 87c81de + 37e427f commit 2e57055

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

OpenFlow/src/public/EditForm.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@
116116
padding-left: 1rem !important;
117117
padding-bottom: 2rem !important;
118118
}
119+
.dark-mode .bg-light {
120+
background-color: #333 !important;
121+
}
119122

120123
</style>
121124

0 commit comments

Comments
 (0)