I need to change the default style to the style below
one other solution would be to return a custom component in the header section.`
const columns=[
{
Header:()=><small className="my_custom_class">Name</small>,
accessor:"name"
}]`