Skip to content

Commit 444090a

Browse files
authored
Merge pull request #16 from cloud-py-api/fix/ui/iframe-bg-color
fix(ui): set iframe bg color to fix NC light Visionatrix dark theme
2 parents 198718b + 1ed2225 commit 444090a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ex_app/src/views/IframeView.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,6 @@ export default {
111111
width: 100%;
112112
height: 100%;
113113
flex-grow: 1;
114+
background-color: #1c1b22;
114115
}
115116
</style>

0 commit comments

Comments
 (0)