Skip to content

Commit

Permalink
Reskin signers' radio buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
DarksightKellar committed Apr 26, 2024
1 parent 8c0e651 commit 5bba169
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ export function ModulesContainer() {
descriptionHeader={t('modulesAndGuardsTitle')}
descriptionContent={
<>
<Text mt={2}>
{t('modulesAndGuardsDescription1')}
</Text>
<Text mt={2}>{t('modulesAndGuardsDescription1')}</Text>
<Text
textStyle="text-sm-sans-regular"
color="chocolate.200"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,18 @@ function Signer({ signer, disabled }: { signer: string; disabled: boolean }) {
value={signer}
color="lilac--3"
bgColor="black-0"
_checked={{
bg: 'lilac--3',
_hover={{
color: 'lilac--4',
}}
_checked={{
bg: 'black-0',
color: 'lilac--3',
borderWidth: '0.30rem',

_hover: {
bg: 'lilac--4',
color: 'lilac--4',
},
}}
borderRadius="0.13rem"
_hover={{
color: 'lilac--4',
bgColor: 'black-0',
}}
_disabled={{
color: 'neutral-5',
bgColor: 'neutral-6',
}}
/>
)}
<DisplayAddress
Expand Down

0 comments on commit 5bba169

Please sign in to comment.