Skip to content

Commit 6a88b59

Browse files
committed
improvement(byok): remove web search block exa
1 parent a96437b commit 6a88b59

File tree

1 file changed

+5
-5
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/byok

1 file changed

+5
-5
lines changed

apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/byok/byok.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ const PROVIDERS: {
6565

6666
function 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>

0 commit comments

Comments
 (0)