Skip to content

Commit 1e2adce

Browse files
committed
fix(ui): thin the logo-preview white ring in the network wells (p-1.5 -> p-0.5)
1 parent 9c4ba27 commit 1e2adce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_config/ui/app/_components/Submit/NetworkSubmitForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function LogoWell({
5858
<img
5959
src={dataURL}
6060
alt={`${svgFileName} preview`}
61-
className={'size-12 shrink-0 rounded-full bg-white object-contain p-1.5'}
61+
className={'size-12 shrink-0 rounded-full bg-white object-contain p-0.5'}
6262
/>
6363
) : (
6464
<span className={'font-mono text-2xl text-white/35'}>{'+'}</span>

0 commit comments

Comments
 (0)