mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
chore(components/main-menu): add data-testid attr to canvasBackground label
This commit is contained in:
parent
f3f7d0040c
commit
77bf91b242
1 changed files with 4 additions and 1 deletions
|
@ -209,7 +209,10 @@ export const ChangeCanvasBackground = () => {
|
|||
}
|
||||
return (
|
||||
<div style={{ marginTop: "0.5rem" }}>
|
||||
<div style={{ fontSize: ".75rem", marginBottom: ".5rem" }}>
|
||||
<div
|
||||
data-testid="canvas-background-label"
|
||||
style={{ fontSize: ".75rem", marginBottom: ".5rem" }}
|
||||
>
|
||||
{t("labels.canvasBackground")}
|
||||
</div>
|
||||
<div style={{ padding: "0 0.625rem" }}>
|
||||
|
|
Loading…
Add table
Reference in a new issue