From d5d461a167eda53e175345476978d97614d91371 Mon Sep 17 00:00:00 2001 From: memdmp Date: Wed, 12 Mar 2025 15:03:31 +0100 Subject: fix: bg opacity is not a thing anymore :sob: --- src/lib/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/styles.ts') diff --git a/src/lib/styles.ts b/src/lib/styles.ts index fd361b4..02f3805 100644 --- a/src/lib/styles.ts +++ b/src/lib/styles.ts @@ -7,4 +7,4 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ -export const button = "bg-white bg-opacity-10 text-white p-4 rounded-xl"; +export const button = "bg-white/10 text-white p-4 rounded-xl"; -- cgit v1.2.3