Refactor buttons (#1257)

* Refactor buttons

* Complete components creation

* Complete refactoring

* fix lint

* Complete button work
This commit is contained in:
Charles Bochet
2023-08-26 23:59:45 +02:00
committed by GitHub
parent 5d50bbd6a3
commit 1b187350c0
57 changed files with 2209 additions and 859 deletions

View File

@ -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}
/>
}