fix: design feedback patch

This commit is contained in:
Gustav
2025-01-30 15:11:58 -07:00
parent ac6053361e
commit afdaeb3d34
5 changed files with 16 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ export const SystemKillsContent: React.FC<SystemKillsContentProps> = ({
<div
className={clsx(
'flex flex-col w-full text-stone-200 text-xs transition-all duration-300',
compact ? 'gap-0.5 p-1' : 'gap-1 p-1',
compact ? 'p-1' : 'p-1',
)}
>
{sortedKills.map(kill => {