Skip to content

Commit

Permalink
[nested-grid] Tweak cell borders
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed May 7, 2024
1 parent 5a5a5ed commit e5fe19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/re_com/theme/default.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
:background-color "white"
:padding (str sm-4 " " sm-3)
:text-align "right"
:border "0.5px solid #ccc"}}
:border (str sm-1 " solid" border)}}

::nested-grid/cell-grid-container
{:style {:padding "0px"
Expand Down

0 comments on commit e5fe19a

Please sign in to comment.