diff options
| author | Adam <[email protected]> | 2025-10-28 10:46:46 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-10-28 15:29:16 -0500 |
| commit | c1278109c9600ded4ab937686d4c7288fda2524d (patch) | |
| tree | cddddb1843564754db8f314dee9f27760ffdf153 /packages/ui/src/styles | |
| parent | a7a88d01efc9d0d8d0c9d273c275f37d1277b43f (diff) | |
| download | opencode-c1278109c9600ded4ab937686d4c7288fda2524d.tar.gz opencode-c1278109c9600ded4ab937686d4c7288fda2524d.zip | |
wip: desktop work
Diffstat (limited to 'packages/ui/src/styles')
| -rw-r--r-- | packages/ui/src/styles/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ui/src/styles/index.css b/packages/ui/src/styles/index.css index 7d426a83e..7ae6b73e4 100644 --- a/packages/ui/src/styles/index.css +++ b/packages/ui/src/styles/index.css @@ -7,6 +7,7 @@ @import "../components/accordion.css" layer(components); @import "../components/button.css" layer(components); +@import "../components/checkbox.css" layer(components); @import "../components/collapsible.css" layer(components); @import "../components/dialog.css" layer(components); @import "../components/icon.css" layer(components); |
