Avatar upload button is not dark anymore.

This commit is contained in:
2026-05-16 23:47:37 +02:00
parent f4cd8e9cde
commit 1fa58e4508

View File

@@ -85,7 +85,7 @@ if ($user_data) { ?>
</div> </div>
<div class="form-group form-show-validation row justify-content-center"> <div class="form-group form-show-validation row justify-content-center">
<div class="d-flex flex-column align-items-center"> <div class="d-flex flex-column align-items-center">
<label for="user_profile_picture" class="label-input-file btn btn-black btn-round mb-4"> <label for="user_profile_picture" class="label-input-file btn btn-primary btn-round mb-4 text-light">
<span class="btn-label"><i class="fa fa-file-image"></i></span> <span class="btn-label"><i class="fa fa-file-image"></i></span>
<?php echo __('upload_image') ?> <?php echo __('upload_image') ?>
</label> </label>