We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63a99be + 7f4cc08 commit 4eca6daCopy full SHA for 4eca6da
1 file changed
src/face/index.tsx
@@ -9,6 +9,8 @@ export default function face(props: { color: string }): SVGElement {
9
style={{
10
width: "100%",
11
height: "100%",
12
+ left: 0,
13
+ top: 0,
14
position: "absolute"
15
}}
16
width="200"
0 commit comments