diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 3f7a025..9033e68 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -35,6 +35,7 @@ import { extractHistoryTree } from "./components/history/utils"; import toast from "react-hot-toast"; import ImportCodeSection from "./components/ImportCodeSection"; import { Stack } from "./lib/stacks"; +import Heading from "./components/Heading"; const IS_OPENAI_DOWN = false; @@ -321,8 +322,7 @@ function App() { )}
-
-

Screenshot to Code

+
@@ -470,6 +470,7 @@ function App() {
{appState === AppState.INITIAL && (
+ +
+ 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}