mirror of
https://github.com/yaklang/yaklang-chrome-extension.git
synced 2026-09-26 13:11:53 +08:00
fix popup ui
This commit is contained in:
@@ -218,7 +218,7 @@ export const ProxySwitch: React.FC = () => {
|
||||
...customProxies.map(proxy => ({
|
||||
key: proxy.key,
|
||||
label: proxy.name,
|
||||
icon: <img src={YAK_ICON_URL} alt="YAK" style={{width: 16, height: 16}}/>,
|
||||
icon: <img src={YAK_ICON_URL} alt="YAK" style={{width: 24, height: 24}}/>,
|
||||
className: `${currentMode === proxy.key ? 'active-item' : ''} menu-id-${proxy.key}`,
|
||||
}))
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user