diff --git a/src/styles.tsx b/src/styles.tsx index 4d6af73..82542af 100644 --- a/src/styles.tsx +++ b/src/styles.tsx @@ -93,8 +93,8 @@ const styles: { [key: string]: React.CSSProperties } = { backgroundColor: "#80b38b", display: "flex", flexDirection: "row", - width: "256px", - height: "48px", + width: "384px", + height: "64px", border: "none", padding: 8, borderRadius: 16,