fix(BottomSheet): remove chrome mobile highlight color for backdrop

This commit is contained in:
Tim 2024-10-30 10:23:21 +01:00
parent 6337f25660
commit a98d38fa25

View file

@ -23,6 +23,7 @@
opacity: 0.8;
transition: opacity 0.1s ease-out;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
}
.container {