Fix select button color for iOS Safar

This commit is contained in:
Wojciech 'xYundy' Zięciak
2023-09-15 11:55:27 +02:00
parent 0e0c133f6f
commit 6e23f9a7b4
@@ -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>