Skip to content
Snippets Groups Projects
Commit 96c61713 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

use proper bg color on primary buttons

parent 5f403b3c
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,8 @@
.Button--primary {
color: #fff;
background: #4A90E2;
border: 1px solid #3282DF;
background: var(--primary-button-bg-color);
border: 1px solid var(--primary-button-border-color);
}
.Button--primary:hover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment