diff --git a/app/soapbox/components/authorize-reject-buttons.tsx b/app/soapbox/components/authorize-reject-buttons.tsx index a785c31ea..a5fddc61a 100644 --- a/app/soapbox/components/authorize-reject-buttons.tsx +++ b/app/soapbox/components/authorize-reject-buttons.tsx @@ -165,7 +165,7 @@ const AuthorizeRejectButton: React.FC = ({ theme, icon, src={isLoading ? require('@tabler/icons/player-stop-filled.svg') : icon} onClick={action} theme='seamless' - className='h-10 w-10 items-center justify-center bg-gray-900' + className='h-10 w-10 items-center justify-center bg-white focus:!ring-0 dark:!bg-gray-900' iconClassName={clsx('h-6 w-6', { 'text-primary-500': theme === 'primary', 'text-danger-600': theme === 'danger',