Skip to content

Commit 64322b2

Browse files
committed
update spacing
1 parent 34cdfc7 commit 64322b2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/ui/src/components/OAuthConsent/OAuthConsent.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ export function OAuthConsentInternal() {
137137
display: 'grid',
138138
gridTemplateColumns: `${theme.sizes.$5} 1fr ${theme.sizes.$3}`,
139139
columnGap: theme.space.$2,
140-
paddingInline: theme.space.$3,
140+
paddingInlineStart: theme.space.$1,
141+
paddingInlineEnd: theme.space.$1x5,
141142
paddingBlock: theme.space.$1,
142143
alignItems: 'center',
143144
borderRadius: theme.radii.$md,
@@ -160,6 +161,7 @@ export function OAuthConsentInternal() {
160161
sx={{ flex: 1, textAlign: 'start', minWidth: 0, maxInlineSize: '200px' }}
161162
truncate
162163
as='span'
164+
variant='subtitle'
163165
>
164166
{option.label}
165167
</Text>

0 commit comments

Comments
 (0)