Skip to content

Commit

Permalink
fix: divider 색상 변경
Browse files Browse the repository at this point in the history
LH-374
  • Loading branch information
baegofda committed May 4, 2023
1 parent 5fd91ad commit fb0e545
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const SelectDropBoxItem: SelectDropBoxItemComponent & {
onClick={() => onClickHandler(value)}
{...props}
>
<Divider type={"horizontal"} />
<Divider type={"horizontal"} color={"outline"} />
{value}
</View>
);
Expand Down

0 comments on commit fb0e545

Please sign in to comment.