mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-01-12 07:04:25 +00:00
Change color of sub/run and fsm-trigger
This commit is contained in:
parent
a7f17b2407
commit
8bfb1994e0
@ -143,10 +143,10 @@
|
||||
(list [:tr {:key id
|
||||
:style {:color (case op-type
|
||||
:sub/create "green"
|
||||
:sub/run "red"
|
||||
:sub/run "#fd701e"
|
||||
:event "blue"
|
||||
:render "purple"
|
||||
:re-frame.router/fsm-trigger "red"
|
||||
:re-frame.router/fsm-trigger "#fd701e"
|
||||
nil)}}
|
||||
[:td {:style row-style} (str op-type)]
|
||||
[:td {:style row-style} operation]
|
||||
|
Loading…
x
Reference in New Issue
Block a user