Skip to content

Commit

Permalink
Revert "[Add] separatorInset.left"
Browse files Browse the repository at this point in the history
This reverts commit 933b2a8.
  • Loading branch information
thingineeer committed Oct 10, 2023
1 parent a1a04ff commit 6fbe352
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DropDown/src/DropDown.swift
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ private extension DropDown {
tableView.separatorColor = separatorColor
tableView.layer.cornerRadius = cornerRadius
tableView.layer.masksToBounds = true
tableView.separatorInset.left = 0
}

}
Expand Down

0 comments on commit 6fbe352

Please sign in to comment.