We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a99be commit 7f4cc08Copy full SHA for 7f4cc08
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