diff --git a/src/day8/re_frame/trace/view/app_db.cljs b/src/day8/re_frame/trace/view/app_db.cljs index d980a12..da32649 100644 --- a/src/day8/re_frame/trace/view/app_db.cljs +++ b/src/day8/re_frame/trace/view/app_db.cljs @@ -32,7 +32,7 @@ :border-bottom-right-radius border-radius}] [:.app-db-path--header - {:background-color "#48494A" ; Name this navbar tint-lighter + {:background-color "#797B7B" ; Name this navbar tint-lighter :color "white" :height common/gs-31 :border-top-left-radius border-radius diff --git a/src/day8/re_frame/trace/view/subs.cljs b/src/day8/re_frame/trace/view/subs.cljs index 4e431ec..c00fb19 100644 --- a/src/day8/re_frame/trace/view/subs.cljs +++ b/src/day8/re_frame/trace/view/subs.cljs @@ -61,10 +61,11 @@ :class "noselect" :style {:color "white" :background-color (tag-color type) - :width common/gs-50s - :height common/gs-19s + :width "48px" ;common/gs-50s + :height "17px" ;common/gs-19s :font-size "10px" :font-weight "bold" + :border "1px solid #bdbdbd" :border-radius "3px"} :child [:span {:style {:margin "auto"}} label]])