Skip to content

Commit

Permalink
Color change
Browse files Browse the repository at this point in the history
  • Loading branch information
fablevi committed Feb 1, 2024
1 parent 38dcecd commit dad53c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Components/Left/ListViewOfMe.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ function ListViewOfMe(props) {

return <>
<div className="listviewofme">
<Well >
<Well UNSAFE_style={{backgroundColor:"rgba(0, 191, 255, 0.356)"}} >
<div onClick= {() => {}}>
👨‍🎓 My degries ➡️
</div>
</Well>
<Well >
<Well UNSAFE_style={{backgroundColor:"rgba(0, 191, 255, 0.356)"}}>
<div onClick= {() => {}}>
🤹 My skills ➡️
</div>
</Well>
<Well >
<Well UNSAFE_style={{backgroundColor:"rgba(0, 191, 255, 0.356)"}}>
<div onClick= {() => {}}>
🔨 My projects ➡️
</div>
Expand Down

0 comments on commit dad53c4

Please sign in to comment.