Hi Binu,
You can edit the template file:
wp-content/plugins/bp-profile-search/templates/members/bps-filters.php
Locate the line (line 60):
echo "<a href='$F->action'>". __('Clear', 'buddypress'). "</a><br>\n";
and replace it with:
echo "<a href='$F->action' style='font-size: 140%;'>". __('Clear', 'buddypress'). "</a><br>\n";
You can adjust the percentage (140%) until you find the size that’s right for you.
Important note: after you change this file, copy it to:
wp-content/themes/your-theme/buddypress/members/bps-filters.php
Replace your-theme with the name of your actual theme folder.