fix theme selection
All checks were successful
Build and publish the docker image / build (push) Successful in 1m22s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-01-19 23:34:29 +03:00
parent 721d83eff1
commit e1d46adb1e
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -20,4 +20,5 @@ $_dark: (
$themes: (
light: $_dark, // yes
dark: $_dark,
);