mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-02-13 16:13:24 +01:00
change saved changes message
This commit is contained in:
parent
c983e20074
commit
bf31a8ef6e
1 changed files with 2 additions and 2 deletions
|
@ -300,8 +300,8 @@ export const ImagePackContent = as<'div', ImagePackContentProps>(
|
|||
<Menu className={css.UnsavedMenu} variant="Success">
|
||||
<Box alignItems="Center" gap="400">
|
||||
<Box grow="Yes" direction="Column">
|
||||
<Text size="T300">
|
||||
<b>You have saved changes!</b>
|
||||
<Text size="T200">
|
||||
<b>Changes saved! Apply when ready.</b>
|
||||
</Text>
|
||||
</Box>
|
||||
<Box shrink="No" gap="200">
|
||||
|
|
Loading…
Reference in a new issue