Skip to content

Commit c6e5618

Browse files
committed
[nested-grid] Tweak cell borders
For: day8/dash8.day8.com.au#10
1 parent 5a5a5ed commit c6e5618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/re_com/theme/default.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
:background-color "white"
186186
:padding (str sm-4 " " sm-3)
187187
:text-align "right"
188-
:border "0.5px solid #ccc"}}
188+
:border (str sm-1 " solid" border)}}
189189

190190
::nested-grid/cell-grid-container
191191
{:style {:padding "0px"

0 commit comments

Comments
 (0)