Skip to content

Commit

Permalink
Enhance RoleFormInfo component styling with margin, background color,…
Browse files Browse the repository at this point in the history
… and box shadow adjustments
  • Loading branch information
Da-Colon committed Dec 4, 2024
1 parent 01d5453 commit 6014d08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Roles/forms/RoleFormInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,18 @@ export default function RoleFormInfo() {
<Field name="roleEditing.canCreateProposals">
{() => (
<Flex
mt={6}
justifyContent="space-between"
alignItems="center"
padding={4}
borderRadius={8}
border="1px solid"
borderColor="neutral-3"
bg="neutral-2"
boxShadow={{
base: DETAILS_BOX_SHADOW,
md: 'unset',
}}
>
<Text>{t('canCreateProposals')}</Text>
<Switch
Expand Down

0 comments on commit 6014d08

Please sign in to comment.