fix: standardize save buttons to use app-action-success class
Replace inconsistent `primary` class with `app-action-success` on all standalone save buttons so they match the green titlebar convention. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -113,7 +113,7 @@ $hasFavicon = $avatarUuid !== '' && $tenantFaviconService->hasFavicon($avatarUui
|
||||
<input type="file" name="avatar" accept="image/*">
|
||||
</label>
|
||||
<div class="grid">
|
||||
<button type="submit" class="primary">
|
||||
<button type="submit" class="app-action-success">
|
||||
<?php e(t('Save')); ?>
|
||||
</button>
|
||||
<?php if ($hasAvatar): ?>
|
||||
@@ -152,7 +152,7 @@ $hasFavicon = $avatarUuid !== '' && $tenantFaviconService->hasFavicon($avatarUui
|
||||
<input type="file" name="favicon" accept="image/png">
|
||||
</label>
|
||||
<div class="grid">
|
||||
<button type="submit" class="primary">
|
||||
<button type="submit" class="app-action-success">
|
||||
<?php e(t('Save')); ?>
|
||||
</button>
|
||||
<?php if ($hasFavicon): ?>
|
||||
|
||||
Reference in New Issue
Block a user