Skip to content

Commit

Permalink
chore: color change
Browse files Browse the repository at this point in the history
  • Loading branch information
saifulshihab committed Apr 13, 2024
1 parent f40040c commit 27a142e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/atoms/post/CreatePostBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ const CreatePostBox: React.FC = () => {
<div className="flex space-x-3 font-thin text-sm text-gray-600 -mb-1">
<button className="flex-1 flex items-center h-8 focus:outline-none focus:bg-gray-200 justify-center space-x-2 hover:bg-gray-100 rounded-md">
<div>
<i className="fab fa-youtube text-red-400"></i>
<i className="fab fa-youtube text-red-600"></i>
</div>
<div>
<p className="font-semibold">Create Video</p>
</div>
</button>
<button className="flex-1 flex items-center h-8 focus:outline-none focus:bg-gray-200 justify-center space-x-2 hover:bg-gray-100 rounded-md">
<div>
<i className="fas fa-images text-green-500"></i>
<i className="fas fa-images text-green-600"></i>
</div>
<div>
<p className="font-semibold">Photos/Video</p>
</div>
</button>
<button className="flex-1 flex items-center h-8 focus:outline-none focus:bg-gray-200 justify-center space-x-2 hover:bg-gray-100 rounded-md">
<div>
<i className="far fa-smile text-yellow-500"></i>
<i className="far fa-smile text-yellow-600"></i>
</div>
<div>
<p className="font-semibold">Feeling/Activity</p>
Expand Down

0 comments on commit 27a142e

Please sign in to comment.