Skip to content

Commit 8105f18

Browse files
authored
fix(app): center checkbox indicator in provider selection (anomalyco#10267)
1 parent 4f1bdf1 commit 8105f18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/dialog-connect-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export function DialogConnectProvider(props: { provider: string }) {
187187
{(i) => (
188188
<div class="w-full flex items-center gap-x-2">
189189
<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" />
190+
<div class="w-2.5 h-0.5 ml-0 bg-icon-strong-base hidden" data-slot="list-item-extra-icon" />
191191
</div>
192192
<span>{methodLabel(i)}</span>
193193
</div>

0 commit comments

Comments
 (0)