diff --git a/apps/web/Components/Common/Loading.jsx b/apps/web/Components/Common/Loading.jsx
index 7edd339..d664290 100644
--- a/apps/web/Components/Common/Loading.jsx
+++ b/apps/web/Components/Common/Loading.jsx
@@ -1,14 +1,20 @@
import getColors from '@/styles/colors';
+import styled from 'styled-components';
import { Result } from 'ui/elements';
import { LoadingOutlined } from 'ui/elements/icons';
const colors = getColors();
+const Title = styled.span`
+ font-size: 1.25rem;
+ color: rgba(0, 0, 0, 0.88);
+`;
+
export function Loading() {
return (