Skip to content

Commit

Permalink
#1305 | Fix UI for addMore button in multiselectFile form element
Browse files Browse the repository at this point in the history
(cherry picked from commit b980b84)
  • Loading branch information
sachsk authored and 1t5j0y committed Feb 23, 2024
1 parent 9fdf184 commit a96a2bf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class MultiSelectFileFormElement extends FileFormElement {
{_.map(_.range(0, this.state.mediaCount), index => this.renderMedia(index))}
<Button disabled={isDisabled}
style={{
height: 22,
backgroundColor: isDisabled ? Colors.DisabledButtonColor : Colors.ActionButtonColor,
alignSelf: 'flex-end',
marginTop: 10,
Expand Down

0 comments on commit a96a2bf

Please sign in to comment.