refactor: intro

This commit is contained in:
Kentai Radiquum 2025-07-26 21:46:28 +05:00
parent fec0e79c50
commit 94e55edf4c
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 15 additions and 37 deletions

View file

@ -15,7 +15,7 @@ export const IconWithText = ({
}: IconWithTextProps) => {
return (
<div
className={`flex items-start gap-2 border-1 px-3 py-1.5 rounded-xl border-white/5 bg-[var(--bg-color)]/[var(--bg-opacity)] transition-[scale] hover:scale-105 duration-100 ease-in-out`}
className={`flex items-start gap-1 border-1 px-3 py-1.5 rounded-xl border-white/5 bg-[var(--bg-color)]/[var(--bg-opacity)] transition-[scale] hover:scale-105 duration-100 ease-in-out`}
style={
{
"--bg-color": backgroundColor || "#161213",