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