mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
Changing 'Save' button style to primary (#41144)
Changing 'Save' button style to primary according to Figma design.
This commit is contained in:
parent
d360e48174
commit
0599b6180f
@ -96,7 +96,7 @@ export const AlertRuleForm: FC<Props> = ({ existing }) => {
|
||||
</Button>
|
||||
</Link>
|
||||
<Button
|
||||
variant="secondary"
|
||||
variant="primary"
|
||||
type="button"
|
||||
onClick={handleSubmit((values) => submit(values, false), onInvalid)}
|
||||
disabled={submitState.loading}
|
||||
|
Loading…
Reference in New Issue
Block a user