+
+
+ Screenshot to code
+
+
+ );
+}
+
+export default Heading;
diff --git a/frontend/src/components/ImageUpload.tsx b/frontend/src/components/ImageUpload.tsx
index ff97466..92d123c 100644
--- a/frontend/src/components/ImageUpload.tsx
+++ b/frontend/src/components/ImageUpload.tsx
@@ -15,10 +15,10 @@ const baseStyle = {
justifyContent: "center",
padding: "20px",
borderWidth: 2,
- borderRadius: 2,
+ borderRadius: 10,
borderColor: "#eeeeee",
borderStyle: "dashed",
- backgroundColor: "#fafafa",
+ backgroundColor: "#e9e9e9",
color: "#bdbdbd",
outline: "none",
transition: "border .24s ease-in-out",
diff --git a/frontend/src/components/OutputSettingsSection.tsx b/frontend/src/components/OutputSettingsSection.tsx
index 64f62cb..e85ea8e 100644
--- a/frontend/src/components/OutputSettingsSection.tsx
+++ b/frontend/src/components/OutputSettingsSection.tsx
@@ -38,7 +38,7 @@ function OutputSettingsSection({
shouldDisableUpdates = false,
}: Props) {
return (
-
+
{label}