.ViewSwitch{background:var(--bg-1);padding:2px;gap:2px;border-radius:6px;background:var(---bg-5,rgba(3,7,26,.04));margin-left:12px}.ViewSwitch-btn{width:22px;height:22px;padding:0;border-radius:4px;background:rgba(0,0,0,0);border:none;cursor:pointer;color:var(--text-3);transition:background-color .15s ease,color .15s ease}.ViewSwitch-btn:hover:not(.is-active){color:var(--text-1)}.ViewSwitch-btn.is-active{background:var(--bg-1);color:var(--text-1)}.ViewSwitch-btn>svg{width:16px;height:16px}