diff --git a/bun.lockb b/bun.lockb index c6799fb8..addcca42 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/components/Form/Settings/Radio/Radio.jsx b/src/components/Form/Settings/Radio/Radio.jsx index a9e3af85..cfea573a 100644 --- a/src/components/Form/Settings/Radio/Radio.jsx +++ b/src/components/Form/Settings/Radio/Radio.jsx @@ -59,18 +59,18 @@ function Radio(props) { key={option.name} label={option.name} value={option.value} - className="data-[checked]:bg-white/10 group relative flex cursor-pointer rounded-lg bg-white/5 data-[checked]:hover:bg-neutral-700 hover:bg-neutral-700 py-4 px-5 text-white shadow-md transition focus:outline-none data-[focus]:outline-1 data-[focus]:outline-white" + className="data-[checked]:bg-white/10 group relative flex cursor-pointer rounded-lg bg-white/5 data-[checked]:hover:bg-neutral-700 hover:bg-neutral-700 py-4 px-5 dark:text-white text-black shadow-md transition focus:outline-none data-[focus]:outline-1 data-[focus]:outline-white" >
{option.name}
-{option.name}
+
+ {value}
+
) : (
<>
favourite()} className="topicons" />
- ) : (
- {variables.getMessage('settings:sections.about.support_subtitle')}
{loading}
+{loading}
-{loading}
diff --git a/src/features/misc/sections/Advanced.jsx b/src/features/misc/sections/Advanced.jsx index 65931363..c73fe729 100644 --- a/src/features/misc/sections/Advanced.jsx +++ b/src/features/misc/sections/Advanced.jsx @@ -119,7 +119,7 @@ function AdvancedOptions() { {variables.getMessage('settings:sections.advanced.custom_css')} -