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 a175cfb commit 78e9941Copy full SHA for 78e9941
packages/compass-crud/src/components/json-editor.tsx
@@ -45,8 +45,7 @@ const editorDarkModeStyles = css({
45
});
46
47
const actionsGroupStyles = css({
48
- paddingTop: spacing[2],
49
- paddingRight: spacing[2],
+ padding: spacing[200],
50
51
52
export type JSONEditorProps = {
packages/compass-editor/src/actions-container.tsx
@@ -14,10 +14,11 @@ type ActionsContainerProps = {
14
15
const actionsContainerStyle = css({
16
position: 'absolute',
17
- top: spacing[1],
18
- right: spacing[2],
+ top: spacing[100],
+ right: spacing[100],
19
+ left: spacing[100],
20
display: 'none',
- gap: spacing[2],
21
+ gap: spacing[200],
22
23
24
export const ActionsContainer = ({
0 commit comments