Skip to content

Commit 847bd61

Browse files
committed
Bigger icons
Signed-off-by: David Gageot <[email protected]>
1 parent b258870 commit 847bd61

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/extension/ui/src/assets/continue.svg

Lines changed: 1 addition & 1 deletion
Loading

src/extension/ui/src/components/tabs/YourClients.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,8 @@ function ClientSetting({
166166
src={iconMap[name as keyof typeof iconMap]}
167167
alt={name}
168168
sx={{
169-
width: 32,
170-
height: 32,
171-
borderRadius: 1,
169+
width: 40,
170+
height: 40,
172171
}}
173172
/>
174173
)
@@ -184,7 +183,6 @@ function ClientSetting({
184183
alignItems: 'center',
185184
display: 'flex',
186185
cursor: 'pointer',
187-
width: 'fit-content',
188186
}}
189187
onClick={() => setExpanded(!expanded)}
190188
>

0 commit comments

Comments
 (0)