diff --git a/src/styles/demo.css b/src/styles/demo.css index e4dabb0..5bd2384 100644 --- a/src/styles/demo.css +++ b/src/styles/demo.css @@ -270,6 +270,11 @@ body .dg .dg.main.a { -webkit-appearance: none; } +.matter-select option { + background: white; + color: black; +} + .prevent-zoom-ios .matter-select { font-size: 16px; } @@ -412,4 +417,4 @@ body .dg { .matter-btn-source { display: block; } -} \ No newline at end of file +}