diff options
| author | Adam <[email protected]> | 2026-01-19 05:03:23 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-01-20 07:33:44 -0600 |
| commit | dd5b5f5482df86959f0ea90e20f86ca7a5e19b08 (patch) | |
| tree | 6c0d7c1058dea1a62fb00cc058eb8b6b193aae12 /packages/ui/src/components/switch.css | |
| parent | 924fc9ed803d4dfa89faed65579a5a85cd7666c0 (diff) | |
| download | opencode-dd5b5f5482df86959f0ea90e20f86ca7a5e19b08.tar.gz opencode-dd5b5f5482df86959f0ea90e20f86ca7a5e19b08.zip | |
chore: cleanup
Diffstat (limited to 'packages/ui/src/components/switch.css')
| -rw-r--r-- | packages/ui/src/components/switch.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ui/src/components/switch.css b/packages/ui/src/components/switch.css index c01e45d5f..89e844732 100644 --- a/packages/ui/src/components/switch.css +++ b/packages/ui/src/components/switch.css @@ -1,4 +1,5 @@ [data-component="switch"] { + position: relative; display: flex; align-items: center; gap: 8px; |
