improvements to the PWA and mobile layout

This commit is contained in:
daniel31x13
2024-01-19 08:01:21 -05:00
parent dfe9fec4b4
commit 86bcd5ef07
10 changed files with 16 additions and 15 deletions
+2 -2
View File
@@ -85,8 +85,8 @@ export default function Archive() {
<SubmitButton
onClick={submit}
loading={submitLoader}
label="Save"
className="mt-2 mx-auto lg:mx-0"
label="Save Changes"
className="mt-2 w-full sm:w-fit"
/>
</SettingsLayout>
);