add 15pct value of accent color for FormButton backgrounds
so the button in the toasts has the correct background color
This commit is contained in:
parent
b3f19086f2
commit
2f68f608c5
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ limitations under the License.
|
|||
//
|
||||
// --accent-color
|
||||
$accent-color: var(--accent-color);
|
||||
$accent-bg-color: var(--accent-color-15pct);
|
||||
$button-bg-color: var(--accent-color);
|
||||
$button-link-fg-color: var(--accent-color);
|
||||
$button-primary-bg-color: var(--accent-color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue