File tree 2 files changed +6
-6
lines changed
src/status_im/ui/screens/profile/visibility_status
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
:padding-right 12 })
16
16
17
17
(defn visibility-status-dot
18
- [{:keys [dot- color size new-ui?]}]
18
+ [{:keys [color size new-ui?]}]
19
19
(if new-ui?
20
- {:background-color dot- color
20
+ {:background-color color
21
21
:width size
22
22
:height size
23
23
:border-radius (/ size 2 )
24
24
:border-width 3.5
25
25
:border-color (quo2.colors/theme-colors quo2.colors/white quo2.colors/neutral-90)}
26
- {:background-color dot- color
26
+ {:background-color color
27
27
:width size
28
28
:height size
29
29
:border-radius (/ size 2 )
Original file line number Diff line number Diff line change 121
121
margin (icon-dot-margin size identicon?)
122
122
dot-color (icon-dot-color visibility-status-update)
123
123
new-ui? @config/new-ui-enabled?]
124
- (merge (styles/visibility-status-dot {:dot- color dot-color
125
- :size size
126
- :new-ui? new-ui?})
124
+ (merge (styles/visibility-status-dot {:color dot-color
125
+ :size size
126
+ :new-ui? new-ui?})
127
127
{:bottom margin
128
128
:right margin
129
129
:position :absolute
You can’t perform that action at this time.
0 commit comments