Fix confirm profile sizing for blocks (#564)

This commit is contained in:
Paul Frazee 2023-05-02 22:52:58 -05:00 committed by GitHub
parent 8c675248d4
commit af905947bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ import {cleanError} from 'lib/strings/errors'
import {usePalette} from 'lib/hooks/usePalette'
import {isDesktopWeb} from 'platform/detection'
export const snapPoints = [300]
export const snapPoints = ['50%']
export function Component({
title,