I am using ag-grid to add table in my application.
Right now I am trying to add styles to ag-grid Filter buttons, like Apply, Clear.

I added these like in column definition to display the button
filterParams: {
buttons: ['clear', 'apply'],
closeOnApply: true,
},
But, how can I change the styles of the Clear and Apply Button?