diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index 036018ed0..107558055 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -2858,7 +2858,7 @@ } .p-fileupload .p-fileupload-content { background: #ffffff; - padding: 1.5rem 0.75rem; + padding: 2rem 1rem; border: 1px solid #e0e0e0; color: #000001; border-bottom-right-radius: 4px; diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index dff4e99be..1b650ce2d 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -2858,7 +2858,7 @@ } .p-fileupload .p-fileupload-content { background: #ffffff; - padding: 1.5rem 0.75rem; + padding: 2rem 1rem; border: 1px solid #e0e0e0; color: #000001; border-bottom-right-radius: 4px; diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 2969db0d3..7913edc74 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -2858,7 +2858,7 @@ } .p-fileupload .p-fileupload-content { background: #ffffff; - padding: 1.5rem 0.75rem; + padding: 2rem 1rem; border: 1px solid #e0e0e0; color: #000001; border-bottom-right-radius: 4px; diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index a4d574752..fcb7f2fc0 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -2858,7 +2858,7 @@ } .p-fileupload .p-fileupload-content { background: #ffffff; - padding: 1.5rem 0.75rem; + padding: 2rem 1rem; border: 1px solid #e0e0e0; color: #000001; border-bottom-right-radius: 4px;