フォントサイズが小さくなりすぎないように修正

feature-dishuiandcolor^2
Masaharu.Kato 4 months ago
parent 87d27a86d1
commit 2f910ce675
  1. 4
      frontend/src/pages/AddRecipe.tsx

@ -369,13 +369,13 @@ const AddRecipe: React.FC = () => {
</div>
<FormControlLabel
control={<Checkbox checked={checked} onChange={(e) => setChecked(e.target.checked)} />}
label={<Typography fontSize="clamp(8px, 1.5vw, 14px)"></Typography>}
label={<Typography sx={{ fontSize: '85%' }}></Typography>}
/>
</DialogContent>
<DialogActions>
<Button onClick={() => setOpenNumOfPeapleDialog(false)}></Button>
<Button onClick={() => handleSubmitAndAddToBuy()} variant="contained"
style={{ width: '40%', fontSize: 'clamp(12px, 3vw, 20px)' }}
style={{ width: '40%' }}
>
</Button>

Loading…
Cancel
Save