Skip to content

Commit

Permalink
[nested-grid] Tweak row-header borders
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Oct 3, 2024
1 parent 6a574c5 commit d9e1d4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/re_com/theme/default.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@
{:padding-top sm-3
:padding-right sm-3
:padding-left sm-6
:border-right (str "thin" " solid" border)
:background-color light-background
:color "#666"
:text-align "left"
Expand All @@ -227,6 +226,8 @@
[props {{:keys [edge]} :state}]
(update props :style merge
row-header-wrapper-main
(when (contains? edge :right)
{:border-right "thin solid #aaa"})
(when (contains? edge :left)
{:border-left "thin solid #aaa"})
(when (contains? edge :bottom)
Expand Down

0 comments on commit d9e1d4c

Please sign in to comment.