Skip to content

Commit

Permalink
border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
b1conrad committed Jan 14, 2025
1 parent 399a434 commit 6f48208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion krl/io.picolabs.plan.children.krl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ ruleset io.picolabs.plan.children {
pico_style = [
<<width:#{box{"width"}}px>>,
<<height:#{box{"height"}}px>>,
<<background-color:#{box{"backgroundColor"}}>>
<<background-color:#{box{"backgroundColor"}}>>,
"border-radius: .25rem"
].join(";")
<<<table style="position:absolute;top:0px;left:0px">
<tr>
Expand Down

1 comment on commit 6f48208

@b1conrad
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make it look more like in the developer UI.

Please sign in to comment.