Merge pull request 'updated color' (#14) from fix/layout into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #14
This commit is contained in:
Mihir Motiyani 2025-02-16 13:02:38 +05:30
commit ce7c587926
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ const HomePage: React.FC = () => {
color: "#333333", color: "#333333",
}, },
body2:{ body2:{
color:"#4D4D4D" color:"#77808B"
} }
}, },