Skip to content

Commit

Permalink
update: margins in workspace setting page
Browse files Browse the repository at this point in the history
  • Loading branch information
yawn-c111 committed Jan 30, 2025
1 parent 1f3807a commit 7917ec9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/frontend/app/routes/$treeId_.settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const SettingsSubSection: FC<{ children: React.ReactNode; headingText: string }>
children,
headingText,
}) => (
<Box mt={3} mb={4}>
<Box mt={3} mb={5}>
<Text mb={3} fontSize="sm" fontWeight="medium" color="gray.600">
{headingText}
</Text>
Expand Down Expand Up @@ -95,7 +95,7 @@ const RoleSubSection: FC<{

return (
<SettingsSubSection headingText={headingText}>
<Box mt={3} mb={6}>
<Box mb={8}>
{accounts.map((account) => {
const name = names.find(
(name) => name[0]?.address === account.address,
Expand Down Expand Up @@ -136,9 +136,9 @@ const WorkspaceSettings: FC = () => {
<Box width="100%" pb={10}>
<PageHeader title="ワークスペース設定" />
<SettingsSection headingText="ワークスペースの概要">
<Flex mt={7} width="100%" gap={8} alignItems="center">
<Flex mt={8} width="100%" gap={8} alignItems="center">
<Box
mb={1}
mb={4}
minW="120px"
maxW="200px"
w="20%"
Expand Down

0 comments on commit 7917ec9

Please sign in to comment.