From 947465f0e0b504446383b8ca332d63c325b499d1 Mon Sep 17 00:00:00 2001 From: Cat-a-clysm <38079631+mecha-cat@users.noreply.github.com> Date: Sun, 28 Jul 2024 20:14:17 +0200 Subject: [PATCH] minor mistake --- src/styles/override.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/styles/override.css b/src/styles/override.css index 1a9b48f..6835559 100644 --- a/src/styles/override.css +++ b/src/styles/override.css @@ -58,8 +58,6 @@ p { } - - /* Toggles */ .md3 ion-toggle.md::part(track) { background-color: var(--ion-toolbar-background); @@ -107,7 +105,7 @@ p { background-color: var(--ion-color-primary); height: 64px; width: 6px; - border-radius: 24npx; + border-radius: 64px; border: 12px solid var(--ion-background-color); transform: translateY(-24px); }