diff --git a/packages/console/src/ds-components/Uploader/FileUploader/index.module.scss b/packages/console/src/ds-components/Uploader/FileUploader/index.module.scss
index 4aaef09ab..3ee0ada09 100644
--- a/packages/console/src/ds-components/Uploader/FileUploader/index.module.scss
+++ b/packages/console/src/ds-components/Uploader/FileUploader/index.module.scss
@@ -1,9 +1,12 @@
@use '@/scss/underscore' as _;
.uploader {
+ display: flex;
+ align-items: center;
+ justify-content: center;
border: 1px dashed var(--color-border);
border-radius: 8px;
- padding: _.unit(3.25);
+ padding: _.unit(5);
> input {
display: none;
diff --git a/packages/phrases/src/locales/en/translation/admin-console/sign-in-exp/index.ts b/packages/phrases/src/locales/en/translation/admin-console/sign-in-exp/index.ts
index 26c3925a1..21c615ae1 100644
--- a/packages/phrases/src/locales/en/translation/admin-console/sign-in-exp/index.ts
+++ b/packages/phrases/src/locales/en/translation/admin-console/sign-in-exp/index.ts
@@ -80,7 +80,7 @@ const sign_in_exp = {
'Enter your custom CSS to tailor the styles of anything to your exact specifications. Express your creativity and make your UI stand out.',
bring_your_ui_title: 'Bring your UI',
bring_your_ui_description:
- 'Upload a compressed package (.zip) and replace the Logto prebuilt UI with your own code. Learn more',
+ 'Upload a compressed package (.zip) to replace the Logto prebuilt UI with your own code. Learn more',
preview_with_bring_your_ui_description:
'Your custom UI assets have been successfully uploaded and are now being served. Consequently, the built-in preview window has been disabled.\nTo test your personalized sign-in UI, click the "Live Preview" button to open it in a new browser tab.',
},