mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
darker secondary buttons
This commit is contained in:
+2
-1
@@ -9,7 +9,7 @@
|
||||
- Gallery client-side caching? thumbnails, metadata
|
||||
- Gallery search by metadata
|
||||
|
||||
## Update for 2024-03-20
|
||||
## Update for 2024-03-21
|
||||
|
||||
**Features**:
|
||||
- Gallery:
|
||||
@@ -38,6 +38,7 @@
|
||||
Fixes:
|
||||
- Propmpt params parser
|
||||
- Fix image save without metadata
|
||||
- fix ROCm compatibility, thanks @Disty0
|
||||
|
||||
## Update for 2024-03-19
|
||||
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
--button-primary-background-fill: var(--primary-600);
|
||||
--button-primary-background-fill-hover: var(--primary-800);
|
||||
--button-secondary-text-color: var(--neutral-100);
|
||||
--button-secondary-background-fill: var(--neutral-600);
|
||||
--button-secondary-background-fill-hover: var(--neutral-800);
|
||||
--button-secondary-background-fill: var(--neutral-900);
|
||||
--button-secondary-background-fill-hover: var(--neutral-600);
|
||||
--block-title-text-color: var(--neutral-300);
|
||||
--radius-xxs: 0;
|
||||
--radius-xs: 1;
|
||||
|
||||
Reference in New Issue
Block a user