Packages

Layout and style that's easy to refactor, all without thinking about CSS.

Current section

Files

Jump to
legos include legos@internal@model_FocusStyle.hrl
Raw

include/legos@internal@model_FocusStyle.hrl

-record(focus_style, {
border_color :: gleam@option:option(legos@internal@model:color()),
background_color :: gleam@option:option(legos@internal@model:color()),
shadow :: gleam@option:option(legos@internal@model:shadow())
}).