Skip to content

Commit

Permalink
style(profile/verified-badge): update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Jan 8, 2025
1 parent 258bfe5 commit 20a772f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function VerifiedBadge() {
const theme = useThemeStore(state => state.theme);

return (
<div className='flex select-none items-center gap-x-1 rounded-full border-black text-sm font-semibold dark:border-white sm:border-2 sm:bg-black/10 sm:px-3 sm:py-0.5 sm:dark:bg-white/20'>
<div className='flex select-none items-center gap-x-1 rounded-full text-sm font-semibold sm:bg-black/10 sm:px-3 sm:py-0.5 sm:dark:bg-white/10'>
<Image
src={`/profile-badges/${theme === 'dark' ? 'white' : 'black'}_verified.svg`}
width={16}
Expand Down

0 comments on commit 20a772f

Please sign in to comment.