File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ const PROVIDERS: {
6565
6666function BYOKKeySkeleton ( ) {
6767 return (
68- < div className = 'flex items-center justify-between gap-[12px] rounded-[8px] border p-[12px]' >
68+ < div className = 'flex items-center justify-between gap-[12px] rounded-[8px] p-[12px]' >
6969 < div className = 'flex items-center gap-[12px]' >
70- < Skeleton className = 'h-[32px ] w-[32px ] rounded-[6px]' />
70+ < Skeleton className = 'h-[24px ] w-[24px ] rounded-[6px]' />
7171 < div className = 'flex flex-col gap-[4px]' >
7272 < Skeleton className = 'h-[16px] w-[80px]' />
7373 < Skeleton className = 'h-[14px] w-[160px]' />
@@ -161,11 +161,11 @@ export function BYOK() {
161161 return (
162162 < div
163163 key = { provider . id }
164- className = 'flex items-center justify-between gap-[12px] rounded-[8px] border p-[12px]'
164+ className = 'flex items-center justify-between gap-[12px] rounded-[8px] p-[12px]'
165165 >
166166 < div className = 'flex items-center gap-[12px]' >
167- < div className = 'flex h-[32px ] w-[32px ] items-center justify-center rounded-[6px ] bg-[var(--surface-3)]' >
168- < Icon className = 'h-[18px ] w-[18px ]' />
167+ < div className = 'flex h-[24px ] w-[24px ] items-center justify-center rounded-[4px ] bg-[var(--surface-3)]' >
168+ < Icon className = 'h-[14px ] w-[14px ]' />
169169 </ div >
170170 < div className = 'flex flex-col gap-[2px]' >
171171 < span className = 'font-medium text-[14px]' > { provider . name } </ span >
You can’t perform that action at this time.
0 commit comments