Skip to content

Commit

Permalink
Update TypeSurah component styling
Browse files Browse the repository at this point in the history
  • Loading branch information
SideeID committed Apr 9, 2024
1 parent f3006cb commit 865b5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/TypeSurah.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function TypeSurah({ title }) {
return (
<span className='p-2 rounded-xl border-2 border-purple-600 px-5 font-medium text-white text-center'>
<span className='p-2 rounded-xl border-2 border-purple-600 px-5 font-medium text-gray-900 text-center'>
{title}
</span>
)
Expand Down

0 comments on commit 865b5d9

Please sign in to comment.