We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1bdf1 commit 8105f18Copy full SHA for 8105f18
1 file changed
packages/app/src/components/dialog-connect-provider.tsx
@@ -187,7 +187,7 @@ export function DialogConnectProvider(props: { provider: string }) {
187
{(i) => (
188
<div class="w-full flex items-center gap-x-2">
189
<div class="w-4 h-2 rounded-[1px] bg-input-base shadow-xs-border-base flex items-center justify-center">
190
- <div class="w-2.5 h-0.5 bg-icon-strong-base hidden" data-slot="list-item-extra-icon" />
+ <div class="w-2.5 h-0.5 ml-0 bg-icon-strong-base hidden" data-slot="list-item-extra-icon" />
191
</div>
192
<span>{methodLabel(i)}</span>
193
0 commit comments