Skip to content

Commit

Permalink
add style
Browse files Browse the repository at this point in the history
  • Loading branch information
zuies committed Dec 5, 2023
1 parent 7e2851c commit 7571ef6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/global/FilterPopover/FilterRolesPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@ function FilterRolesPopover({ handleSelectedRoles }: IFilterRolesPopover) {
}
};

const handleLoadSpecificRoleByName = (name: any) => {
fetchRoles(name);
};

const handleSelectedRole = (
event: React.ChangeEvent<HTMLInputElement>,
role: IRoles
Expand Down Expand Up @@ -187,7 +183,7 @@ function FilterRolesPopover({ handleSelectedRoles }: IFilterRolesPopover) {
}, [platformId]);

const renderRoleItem = (option: IRoles) => (
<div className="flex items-center border border-[#D1D1D1] rounded-md px-3">
<div className="flex items-center border bg-white border-[#D1D1D1] rounded-md px-3">
<span
className="w-2 h-2 rounded-full mr-2"
style={{
Expand Down

0 comments on commit 7571ef6

Please sign in to comment.