Composer - Self label dialog ALF rewrite (#4354)

This commit is contained in:
Samuel Newman
2024-10-16 18:52:14 +03:00
committed by GitHub
parent c3d0cc55d9
commit 6bc00f8d71
9 changed files with 182 additions and 278 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export function Group({children, multiple, ...props}: GroupProps) {
export function Button({children, ...props}: ItemProps) {
return (
<Toggle.Item {...props} style={[a.flex_grow]}>
<Toggle.Item {...props} style={[a.flex_grow, a.flex_1]}>
<ButtonInner>{children}</ButtonInner>
</Toggle.Item>
)