mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 09:47:17 +00:00
fw
This commit is contained in:
@@ -99,14 +99,14 @@ export const SingleInputForm: React.FC<SingleInputFormProps> = ({
|
||||
/>
|
||||
<Stack direction="row" sx={{ gap: "12px" }}>
|
||||
<FocusVisibleButton
|
||||
size="large"
|
||||
fullWidth
|
||||
color="secondary"
|
||||
onClick={onCancel}
|
||||
>
|
||||
{t("cancel")}
|
||||
</FocusVisibleButton>
|
||||
<LoadingButton
|
||||
size="large"
|
||||
fullWidth
|
||||
color="accent"
|
||||
type="submit"
|
||||
loading={formik.isSubmitting}
|
||||
|
Reference in New Issue
Block a user