mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 20:03:37 +00:00
fix: add custom scrollbar styling to CommandList in PathInput component
This commit is contained in:
@@ -324,7 +324,7 @@ function PathInput({
|
||||
</kbd>
|
||||
</div>
|
||||
</div>
|
||||
<CommandList>
|
||||
<CommandList className="scrollbar-styled">
|
||||
<CommandEmpty>No files or directories found</CommandEmpty>
|
||||
<CommandGroup>
|
||||
{entries.map((entry) => (
|
||||
|
||||
Reference in New Issue
Block a user