Skip to content

Commit 811b3b1

Browse files
committed
increase size of switch
1 parent c6dcd1b commit 811b3b1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libs/remix-ui/tabs/src/lib/remix-ui-tabs.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,7 @@ export const TabsUI = (props: TabsUIProps) => {
267267
ai_switch ? _paq.push(['trackEvent', 'ai', 'solcoder', 'copilot_enabled']) : _paq.push(['trackEvent', 'ai', 'solcoder', 'copilot_disabled'])
268268
}}
269269
>
270-
<i
271-
className={ai_switch ? "fas fa-toggle-on" : "fas fa-toggle-off"}
272-
></i>
270+
<i className={ai_switch ? "fas fa-toggle-on fa-lg" : "fas fa-toggle-off fa-lg"}></i>
273271
</button>
274272
</CustomTooltip>
275273
</div>

0 commit comments

Comments
 (0)