This commit is contained in:
Manav Rathi
2025-01-17 07:34:13 +05:30
parent a002733d3f
commit 2117a5b6e8

View File

@@ -134,11 +134,11 @@ const Page: React.FC = () => {
position: "relative",
}}
>
<div
style={{
<Box
sx={{
width: "100%",
height: "4px",
backgroundColor: "#333333",
backgroundColor: "fixed.gray.B",
borderRadius: "2px",
}}
>
@@ -150,7 +150,7 @@ const Page: React.FC = () => {
borderRadius: "2px",
}}
/>
</div>
</Box>
<div
style={{
fontSize: "36px",