From fe64f9f84b42805381a7e6108f70cb80b71c4ad4 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 20 Mar 2023 18:26:27 -0500 Subject: [PATCH] AuthorizeRejectButtons: improve button styles --- .../components/authorize-reject-buttons.tsx | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/app/soapbox/components/authorize-reject-buttons.tsx b/app/soapbox/components/authorize-reject-buttons.tsx index 0a092fd78..a813eaed0 100644 --- a/app/soapbox/components/authorize-reject-buttons.tsx +++ b/app/soapbox/components/authorize-reject-buttons.tsx @@ -1,7 +1,7 @@ import React, { useState } from 'react'; import { defineMessages, useIntl } from 'react-intl'; -import { Button, HStack } from 'soapbox/components/ui'; +import { Button, HStack, IconButton } from 'soapbox/components/ui'; const messages = defineMessages({ authorize: { id: 'authorize', defaultMessage: 'Accept' }, @@ -36,18 +36,20 @@ const AuthorizeRejectButtons: React.FC = ({ id, onAutho switch (state) { case 'pending': return ( - -