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 2529ada commit 89608d9Copy full SHA for 89608d9
packages/feedback/src/screenshot/components/ScreenshotInput.css.ts
@@ -70,10 +70,8 @@ export function createScreenshotInputStyles(styleNonce?: string): HTMLStyleEleme
70
}
71
72
.editor__tool {
73
- display: flex;
+ cursor: pointer;
74
padding: 8px 12px;
75
- justify-content: center;
76
- align-items: center;
77
border: var(--button-border, var(--border));
78
border-radius: var(--button-border-radius, 6px);
79
background: var(--button-background, var(--background));
0 commit comments