mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
editor: add padding to placeholder
This commit is contained in:
committed by
Abdullah Atta
parent
a5c44dcb3b
commit
88f90c6240
@@ -136,7 +136,8 @@ export function ImageComponent(
|
|||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
mt: 1
|
mt: 1,
|
||||||
|
py: 50
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Icon
|
<Icon
|
||||||
|
|||||||
Reference in New Issue
Block a user