mirror of
https://github.com/status-im/status-mobile.git
synced 2025-03-01 00:30:49 +00:00
#2084 - proper sizes of open icon and button
This commit is contained in:
parent
aa557f3f19
commit
e6f8eec7c5
@ -27,7 +27,7 @@
|
|||||||
[react/view styles/dapp-details-container
|
[react/view styles/dapp-details-container
|
||||||
[react/view styles/dapp-details-header
|
[react/view styles/dapp-details-header
|
||||||
[react/view styles/dapp-details-icon
|
[react/view styles/dapp-details-icon
|
||||||
[chat-icon.screen/chat-icon photo-path {:size 50}]]
|
[chat-icon.screen/chat-icon photo-path {:size 56}]]
|
||||||
[react/view styles/dapp-details-name-container
|
[react/view styles/dapp-details-name-container
|
||||||
[react/text {:font :medium
|
[react/text {:font :medium
|
||||||
:style styles/dapp-details-name-text} name]]]
|
:style styles/dapp-details-name-text} name]]]
|
||||||
|
@ -376,7 +376,9 @@
|
|||||||
(def dapp-details-action-container
|
(def dapp-details-action-container
|
||||||
{:flex-direction :row
|
{:flex-direction :row
|
||||||
:margin-top 15
|
:margin-top 15
|
||||||
:margin-bottom 15})
|
:margin-bottom 15
|
||||||
|
:android {:height 64}
|
||||||
|
:ios {:height 72}})
|
||||||
|
|
||||||
(def dapp-details-action-icon-container
|
(def dapp-details-action-icon-container
|
||||||
{:height 80
|
{:height 80
|
||||||
@ -387,10 +389,8 @@
|
|||||||
|
|
||||||
(defstyle dapp-details-open-icon
|
(defstyle dapp-details-open-icon
|
||||||
{:margin-left 10
|
{:margin-left 10
|
||||||
:android {:width 72
|
:width 24
|
||||||
:height 72}
|
:height 24})
|
||||||
:ios {:width 64
|
|
||||||
:height 64}})
|
|
||||||
|
|
||||||
(def dapp-details-action-name-container
|
(def dapp-details-action-name-container
|
||||||
{:height 80
|
{:height 80
|
||||||
@ -400,9 +400,11 @@
|
|||||||
:justify-content :flex-start
|
:justify-content :flex-start
|
||||||
:align-items :center})
|
:align-items :center})
|
||||||
|
|
||||||
(def dapp-details-action-name-text
|
(defstyle dapp-details-action-name-text
|
||||||
{:margin-left 10
|
{:margin-left 10
|
||||||
:color styles/color-blue4})
|
:color styles/color-blue4
|
||||||
|
:android {:font-size 16}
|
||||||
|
:ios {:font-size 17}})
|
||||||
|
|
||||||
(def dapp-details-section-container
|
(def dapp-details-section-container
|
||||||
{:background-color styles/color-white})
|
{:background-color styles/color-white})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user