Skip to content

Commit 8715972

Browse files
chore: code refactor
1 parent c25ad82 commit 8715972

File tree

1 file changed

+1
-1
lines changed
  • apps/web/core/components/views/applied-filters

1 file changed

+1
-1
lines changed

apps/web/core/components/views/applied-filters/access.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const AppliedAccessFilters: React.FC<Props> = observer((props) => {
3838
className="grid place-items-center text-custom-text-300 hover:text-custom-text-200"
3939
onClick={() => handleRemove(access)}
4040
>
41-
<CloseIcon height={12} width={12} strokeWidth={2} />
41+
<CloseIcon height={10} width={10} strokeWidth={2} />
4242
</button>
4343
)}
4444
</div>

0 commit comments

Comments
 (0)