Skip to content

Commit

Permalink
style: trigger mode choose width
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangtaofeng committed Nov 23, 2023
1 parent b65b1a7 commit 5f5e1cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const TriggerModeChoose: FC = () => {
ml="8px"
colorScheme="techPurple"
value={action.triggerMode}
w="400px"
w="360px"
onChange={(value) => {
dispatch(
configActions.updateCachedAction({
Expand Down

0 comments on commit 5f5e1cf

Please sign in to comment.