Skip to content

Commit

Permalink
fix extra line in message composer on android
Browse files Browse the repository at this point in the history
This elevation prop is un-necessary and causes an extra line to appear which looks like a border but its actually a shadow.
  • Loading branch information
siddarthkay committed Apr 11, 2023
1 parent 2235607 commit 0d434ca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
(defn controls
[bottom-inset]
{:padding-horizontal 20
:elevation 4
:z-index 3
:position :absolute
:background-color (colors/theme-colors colors/white colors/neutral-90)
Expand Down

0 comments on commit 0d434ca

Please sign in to comment.