Skip to content

Commit

Permalink
選択をgrayにする
Browse files Browse the repository at this point in the history
  • Loading branch information
k35o committed Oct 6, 2024
1 parent 8d3a403 commit 4512e32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/dropdown-menu/dropdown-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ const Trigger: FC<{
<Button
type="button"
size={size}
color="gray"
variant="contained"
endIcon={<ChevronDown className="size-8" />}
{...getTriggerProps(props)}
Expand All @@ -142,7 +143,7 @@ const IconTrigger: FC<{
return (
<Popover.Trigger
renderItem={(props) => (
<IconButton {...getTriggerProps(props)}>
<IconButton bg="base" {...getTriggerProps(props)}>
<span className="sr-only">{label}</span>
{icon}
</IconButton>
Expand Down
1 change: 1 addition & 0 deletions src/components/list-box/list-box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ const Trigger: FC<{
aria-label={label}
type="button"
size={size}
color="gray"
variant="contained"
fullWidth
endIcon={<ChevronDown aria-label="" className="size-8" />}
Expand Down

0 comments on commit 4512e32

Please sign in to comment.