mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 09:07:18 +01:00
Converting colors experiment
This commit is contained in:
parent
f13ae930a5
commit
1841cefbd8
4 changed files with 36 additions and 13 deletions
|
|
@ -105,7 +105,7 @@
|
|||
<span i18n>Theme Color</span>
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<app-input-color i18n-title title="" formControlName="themeColor" [error]="error?.color"></app-input-color>
|
||||
<app-input-color i18n-title colorMode="hsl" formControlName="themeColor" [error]="error?.color"></app-input-color>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<button class="btn btn-link btn-sm pt-2 ps-0" [disabled]="!this.settingsForm.get('themeColor').value" (click)="clearThemeColor()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue