From 50fd553ce636af20f6fc558270ec9a0b780c1e90 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Tue, 17 Dec 2024 02:21:56 -0500 Subject: [PATCH] [O] Force button color on ios --- src/app.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.sass b/src/app.sass index 049a721..c34cf68 100644 --- a/src/app.sass +++ b/src/app.sass @@ -41,6 +41,7 @@ button font-weight: 500 font-family: inherit background-color: #1a1a1a + color: white cursor: pointer transition: all 0.25s