sanoojes / Spicetify-Lucid

A Dynamic, Highly Customizable Spicetify theme inspired by Bloom and Microsoft Fluent Design.
https://sanooj.is-a.dev/Spicetify-Lucid/
MIT License
69 stars 2 forks source link

[Not sure if bug] Icons are now in square shape #23

Closed BedBug2479 closed 1 month ago

BedBug2479 commented 1 month ago

Do you have the latest versions of Spicetify, Spotify and Better Bloom?

Is there already an issue for your problem?

Is your problem definitely caused by the theme?

Environment & Computer Info

- Spotify version: 1.2.38.720.ga4a70a0e
- Installed from: (Windows Store, Spotify site, Flatpak, etc) Spotify Site
- Spicetify version:v2.36.12
- Color scheme: Dark
- Bloom installation method: (Spicetify Marketplace/PowerShell script/Bash script/Manual) Marketplace

Description

after the spicetify update the icons are now in square format

has the UI been changed?

Screenshots

image

sanoojes commented 1 month ago

soory that was an issue with my code totaly forgot to add semicolon 🙂 fixed it https://github.com/sanoojes/better-bloom/commit/2ba95dcca35691736376ec18c25c2e844b07d987

sanoojes commented 1 month ago

@BedBug2479 the new buttons are not circle as the fluent theme consists of rounded square circles you can always get back the circle buttons by adding this snippet

:root{ --button-border-radius: 999px; }