mirror of
https://github.com/prymitive/karma
synced 2026-08-28 11:17:28 +00:00
fix(ui): fix background color on group load more/less buttons
This commit is contained in:
@@ -37,11 +37,7 @@ function getStepSize(totalSize) {
|
||||
|
||||
const LoadButton = ({ icon, action }) => {
|
||||
return (
|
||||
<button
|
||||
type="button"
|
||||
className="btn btn-sm py-0 hover-bg-light"
|
||||
onClick={action}
|
||||
>
|
||||
<button type="button" className="btn btn-sm py-0 bg-white" onClick={action}>
|
||||
<FontAwesomeIcon className="text-muted" icon={icon} />
|
||||
</button>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user