improv(inputs): fix visual style of slider controls

This commit is contained in:
Michael Aaron Murphy 2024-02-21 16:18:57 +01:00 committed by Michael Murphy
parent 9c95e2a7c0
commit 3de1aa31fa
6 changed files with 226 additions and 195 deletions

View file

@ -29,3 +29,10 @@ rev = "2e9bf9f"
[profile.release]
opt-level = 3
# For development and testing purposes
# [patch.'https://github.com/pop-os/libcosmic']
# # libcosmic = { git = "https://github.com/pop-os/libcosmic?rev=slider", branch = "slider" }
# # cosmic-config = { git = "https://github.com/pop-os/libcosmic?rev=slider", branch = "slider" }
# libcosmic = { path = "../libcosmic" }
# cosmic-config = { path = "../libcosmic/cosmic-config" }