Skip to content
Snippets Groups Projects
Unverified Commit 458fbf9e authored by Sloan Sparger's avatar Sloan Sparger Committed by GitHub
Browse files

fixes coloring for bulk actions bar button (#44178)

parent 4772b5e2
No related branches found
No related tags found
No related merge requests found
......@@ -48,10 +48,8 @@ export const BulkActionButton = styled(Button)`
` as unknown as typeof Button;
export const BulkActionDangerButton = styled(BulkActionButton)`
color: var(--mb-color-danger);
:hover {
color: var(--mb-color-text-white);
background-color: var(--mb-color-bg-error);
background-color: var(--mb-color-error);
}
` as unknown as typeof Button;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment