Refactor buttons (#1257)
* Refactor buttons * Complete components creation * Complete refactoring * fix lint * Complete button work
This commit is contained in:
@ -57,10 +57,10 @@ export function PipelineAddButton() {
|
||||
buttonComponents={
|
||||
<IconButton
|
||||
icon={<IconPlus size={16} />}
|
||||
size="large"
|
||||
data-testid="add-company-progress-button"
|
||||
textColor={'secondary'}
|
||||
variant="border"
|
||||
size="medium"
|
||||
dataTestId="add-company-progress-button"
|
||||
accent="default"
|
||||
variant="secondary"
|
||||
onClick={toggleDropdownButton}
|
||||
/>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user