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
2 changed files with 3 additions and 3 deletions
+1 -1
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,