mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-29 18:04:55 +00:00
fix giant 'type'
Former-commit-id: c2b4a1ec33ff93390338463ccf930f5d8513e0b4
This commit is contained in:
parent
5c2bc27feb
commit
21f96ae2fb
@ -6,13 +6,6 @@
|
|||||||
text2-color
|
text2-color
|
||||||
chat-background
|
chat-background
|
||||||
color-black]]))
|
color-black]]))
|
||||||
(def money-input
|
|
||||||
{:flex 1
|
|
||||||
:marginLeft 8
|
|
||||||
:lineHeight 42
|
|
||||||
:fontSize 32
|
|
||||||
:fontFamily font
|
|
||||||
:color :black})
|
|
||||||
|
|
||||||
(def command-input-and-suggestions-container
|
(def command-input-and-suggestions-container
|
||||||
{:flexDirection :column})
|
{:flexDirection :column})
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
(ns syng-im.chat.views.money
|
(ns syng-im.chat.views.money
|
||||||
(:require
|
(:require
|
||||||
[syng-im.chat.views.command :refer [simple-command-input-view]]
|
[syng-im.chat.views.command :refer [simple-command-input-view]]))
|
||||||
[syng-im.chat.styles.input :as st]))
|
|
||||||
|
|
||||||
(defn money-input-view [command]
|
(defn money-input-view [command]
|
||||||
[simple-command-input-view command
|
[simple-command-input-view command
|
||||||
{:keyboardType :numeric
|
{:keyboardType :numeric}])
|
||||||
:style st/money-input}])
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user