We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9967aa1 commit 735fa4aCopy full SHA for 735fa4a
apps/builder/app/builder/features/style-panel/style-source/style-source-control.tsx
@@ -318,20 +318,13 @@ export const StyleSourceControl = ({
318
disabled={disabled}
319
aria-current={selected && state === undefined}
320
role="button"
321
+ onClick={onSelect}
322
hasError={error !== undefined}
323
>
- <Flex
324
- grow
325
- css={{
326
- position: "relative",
327
- paddingBlock: theme.spacing[3],
328
- paddingInline: theme.spacing[4],
329
- }}
330
- >
+ <Flex grow css={{ padding: theme.spacing[2] }}>
331
<StyleSourceButton
332
disabled={disabled || isEditing}
333
isEditing={isEditing}
334
- onClick={onSelect}
335
tabIndex={-1}
336
337
<Flex align="center" justify="center" gap="1">
0 commit comments