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

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