We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b258870 commit 847bd61Copy full SHA for 847bd61
src/extension/ui/src/assets/continue.svg
src/extension/ui/src/components/tabs/YourClients.tsx
@@ -166,9 +166,8 @@ function ClientSetting({
166
src={iconMap[name as keyof typeof iconMap]}
167
alt={name}
168
sx={{
169
- width: 32,
170
- height: 32,
171
- borderRadius: 1,
+ width: 40,
+ height: 40,
172
}}
173
/>
174
)
@@ -184,7 +183,6 @@ function ClientSetting({
184
183
alignItems: 'center',
185
display: 'flex',
186
cursor: 'pointer',
187
- width: 'fit-content',
188
189
onClick={() => setExpanded(!expanded)}
190
>
0 commit comments