mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tweak padding
This commit is contained in:
parent
6d5794e5a4
commit
153d37e808
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ function Option(props: {
|
|||
return (
|
||||
<>
|
||||
<Show when={props.current && !props.active}>
|
||||
<text flexShrink={0} fg={theme.primary} marginRight={1}>
|
||||
<text flexShrink={0} fg={theme.primary} marginRight={0.5}>
|
||||
●
|
||||
</text>
|
||||
</Show>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue