Skip to content

Commit ebcea0e

Browse files
committed
refinements
1 parent 7c7cb5a commit ebcea0e

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

packages/cli/src/ui/components/InputPrompt.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,4 +829,4 @@ export const InputPrompt: React.FC<InputPromptProps> = ({
829829
)}
830830
</>
831831
);
832-
};
832+
};

packages/cli/src/ui/components/ProQuotaDialog.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ export function ProQuotaDialog({
3636
};
3737

3838
return (
39-
<Box
40-
borderStyle="round"
41-
flexDirection="column"
42-
paddingX={1}
43-
>
39+
<Box borderStyle="round" flexDirection="column" paddingX={1}>
4440
<Text bold color={Colors.AccentYellow}>
4541
Pro quota limit reached for {currentModel}.
4642
</Text>

packages/cli/src/ui/components/messages/InfoMessage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ export const InfoMessage: React.FC<InfoMessageProps> = ({ text }) => {
2929
</Box>
3030
</Box>
3131
);
32-
};
32+
};

0 commit comments

Comments
 (0)