fix(docs): remove misused color in listbox radio-group (#5011)

Co-authored-by: WK Wong <wingkwong.code@gmail.com>
This commit is contained in:
yerim 2025-03-28 02:42:16 +09:00 committed by GitHub
parent 3944e1af4a
commit e18eaf3eb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,6 @@ export default function App() {
</ListboxWrapper>
<div className="flex flex-col gap-2">
<RadioGroup
color={selectedVariant}
defaultValue="solid"
label="Select listbox item variant"
orientation="horizontal"