updating warning text color to Grafana Orange (#790)
**What this PR does**: This PR updates the color for the warning text to proper Grafana Orange (`rgb(255, 120, 10)`). **Which issue(s) this PR fixes**: #768 **Checklist** - [ ] Tests updated - [ ] Documentation added - [ ] `CHANGELOG.md` updated Co-authored-by: Matvey Kukuy <Matvey-Kuk@users.noreply.github.com>
This commit is contained in:
parent
f930e3687e
commit
4b41eb7c17
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
--primary-text-color: rgb(36, 41, 46);
|
||||
--secondary-text-color: rgba(36, 41, 46, 0.75);
|
||||
--disabled-text-color: rgba(36, 41, 46, 0.5);
|
||||
--warning-text-color: #8a6c00;
|
||||
--warning-text-color: rgb(255, 120, 10);
|
||||
--success-text-color: rgb(10, 118, 78);
|
||||
--error-text-color: rgb(207, 14, 91);
|
||||
--primary-text-link: #1f62e0;
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
--primary-text-color: rgb(204, 204, 220);
|
||||
--secondary-text-color: rgba(204, 204, 220, 0.65);
|
||||
--disabled-text-color: rgba(204, 204, 220, 0.4);
|
||||
--warning-text-color: #f8d06b;
|
||||
--warning-text-color: rgb(255, 120, 10);
|
||||
--success-text-color: rgb(108, 207, 142);
|
||||
--error-text-color: rgb(255, 82, 134);
|
||||
--primary-text-link: #6e9fff;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue