diff --git a/apps/frontend/src/app/global.scss b/apps/frontend/src/app/global.scss index 64dec72f6..da791348d 100644 --- a/apps/frontend/src/app/global.scss +++ b/apps/frontend/src/app/global.scss @@ -361,6 +361,7 @@ html { .uppy-ProgressBar-percentage { position: absolute; + color: red; top: 50%; left: 50%; transform: translate(-50%, -50%); @@ -383,4 +384,4 @@ div div .set-font-family { font-stretch: 100% !important; font-style: normal !important; font-weight: 400 !important; -} \ No newline at end of file +} diff --git a/apps/frontend/src/components/layout/settings.component.tsx b/apps/frontend/src/components/layout/settings.component.tsx index c229216b4..436f7fe99 100644 --- a/apps/frontend/src/components/layout/settings.component.tsx +++ b/apps/frontend/src/components/layout/settings.component.tsx @@ -160,7 +160,7 @@ export const SettingsPopup: FC<{ getRef?: Ref }> = (props) => { @@ -191,7 +191,7 @@ export const SettingsPopup: FC<{ getRef?: Ref }> = (props) => { {!getRef && (
- +
)} {!!user?.tier?.team_members && isGeneral && }