Updated forgotten button - light theme

This commit is contained in:
Marek Guráň 2023-08-08 06:35:25 +02:00 committed by GitHub
parent f831794a55
commit 69967f6dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ span.label.label-warning {
}
[class*="btn"], [class*="btn"]:focus, [class*="btn"]:disabled {
background-color: <?php echo $backgroundColor; ?>;
background-color: <?php echo $secondaryColor; ?>;
border-color: transparent;
border-radius: 18px;
color: <?php echo $textColor; ?>;