Skip to content

Commit fc6f66e

Browse files
committed
centered available roles label
1 parent 1832d8c commit fc6f66e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/web/components/Setup/SetupRoles.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ const RoleGroup: React.FC<RoleGroupProps> = ({
201201
<Box mr={[0, 4]} my={[2, 4]}>
202202
{title && (
203203
<Heading
204+
align="center"
204205
flexDirection="column"
205206
color={active ? 'cyan.500' : 'white'}
206207
fontWeight="bold"

0 commit comments

Comments
 (0)