Skip to content

Commit

Permalink
QoL Блупер: кнопкщещ для графы выбора звука (#2272)
Browse files Browse the repository at this point in the history
  • Loading branch information
JlereHda3oHbl1984 authored Mar 5, 2024
1 parent 7765d74 commit f7413ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const FeatureBlooperDropdownInput = (
return (
<Stack>
<Stack.Item grow>
<FeatureDropdownInput {...props} />
<FeatureDropdownInput buttons {...props} />
</Stack.Item>
<Stack.Item>
<Button
Expand All @@ -25,7 +25,7 @@ const FeatureBlooperDropdownInput = (
}}
icon="play"
width="100%"
height="100%"
height="88%"
/>
</Stack.Item>
</Stack>
Expand Down

0 comments on commit f7413ec

Please sign in to comment.