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:
felipebpl 2023-02-03 11:42:53 -03:00 committed by GitHub
parent f930e3687e
commit 4b41eb7c17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;