Merge pull request #11 from xYundy/fix-quest-button-on-ios

Fix select button color for iOS Safari
This commit is contained in:
2023-09-15 12:04:09 +02:00
committed by GitHub
@@ -131,5 +131,6 @@ export default defineComponent({
width: 100%; width: 100%;
height: 100%; height: 100%;
font-size: 4.5rem; font-size: 4.5rem;
color: #000;
} }
</style> </style>