((props, ref) => {
{...props}
ref={ref}
type='checkbox'
- className='h-4 w-4 rounded border-2 border-gray-300 text-primary-600 focus:ring-primary-500 dark:border-gray-800 dark:bg-gray-900'
+ className='h-4 w-4 rounded border-2 border-gray-300 text-primary-600 focus:ring-primary-500 black:bg-black dark:border-gray-800 dark:bg-gray-900'
/>
);
});
diff --git a/src/features/auth-login/components/consumers-list.tsx b/src/features/auth-login/components/consumers-list.tsx
index 799238449c..e236ff1011 100644
--- a/src/features/auth-login/components/consumers-list.tsx
+++ b/src/features/auth-login/components/consumers-list.tsx
@@ -16,7 +16,7 @@ const ConsumersList: React.FC
= () => {
if (providers.length > 0) {
return (
-
+
diff --git a/src/features/directory/components/account-card.tsx b/src/features/directory/components/account-card.tsx
index 21e0eb89e5..3e28821b19 100644
--- a/src/features/directory/components/account-card.tsx
+++ b/src/features/directory/components/account-card.tsx
@@ -1,4 +1,3 @@
-import clsx from 'clsx';
import React from 'react';
import { FormattedMessage } from 'react-intl';
@@ -57,7 +56,7 @@ const AccountCard: React.FC = ({ id }) => {
diff --git a/src/features/soapbox-config/components/icon-picker-menu.tsx b/src/features/soapbox-config/components/icon-picker-menu.tsx
index 8267d83a6f..8287e1fc18 100644
--- a/src/features/soapbox-config/components/icon-picker-menu.tsx
+++ b/src/features/soapbox-config/components/icon-picker-menu.tsx
@@ -79,7 +79,7 @@ const IconPickerMenu: React.FC = ({ icons, onClose, onPick, sty
return (
diff --git a/src/features/status/components/thread-status.tsx b/src/features/status/components/thread-status.tsx
index fe43f62ed7..a3674aa685 100644
--- a/src/features/status/components/thread-status.tsx
+++ b/src/features/status/components/thread-status.tsx
@@ -31,7 +31,7 @@ const ThreadStatus: React.FC
= (props): JSX.Element => {
return (
diff --git a/src/features/status/components/thread.tsx b/src/features/status/components/thread.tsx
index f5cb59d966..ada1890265 100644
--- a/src/features/status/components/thread.tsx
+++ b/src/features/status/components/thread.tsx
@@ -382,7 +382,7 @@ const Thread = (props: IThread) => {
{!isUnderReview ? (
<>
-
+
{
{hasDescendants && (
-
+
)}
);