mirror of
https://github.com/prymitive/karma
synced 2026-05-19 04:26:41 +00:00
chore(ui): use smaller buttons on silence form
This commit is contained in:
committed by
Łukasz Mierzwa
parent
1265141d2e
commit
a23fdf56e9
@@ -202,7 +202,7 @@ const SilenceForm: FC<{
|
||||
<TooltipWrapper title="Add a matcher">
|
||||
<button
|
||||
type="button"
|
||||
className="btn btn-outline-secondary"
|
||||
className="btn btn-sm btn-outline-secondary"
|
||||
onClick={addMore}
|
||||
>
|
||||
<FontAwesomeIcon icon={faPlus} fixedWidth />
|
||||
|
||||
@@ -55,7 +55,7 @@ const SilenceMatch: FC<{
|
||||
<TooltipWrapper title="Remove this matcher">
|
||||
<button
|
||||
type="button"
|
||||
className="btn btn-outline-danger"
|
||||
className="btn btn-sm btn-outline-danger"
|
||||
onClick={onDelete}
|
||||
>
|
||||
<FontAwesomeIcon icon={faTrash} fixedWidth />
|
||||
|
||||
Reference in New Issue
Block a user