mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-02-09 07:39:03 -06:00
slight border radius on miniplayer artwork
This commit is contained in:
@@ -51,7 +51,8 @@ export function Miniplayer({
|
||||
source={getImageApi(Client.api!).getItemImageUrlById(nowPlaying!.item.AlbumId!)}
|
||||
style={{
|
||||
width: getToken("$12"),
|
||||
height: getToken("$12")
|
||||
height: getToken("$12"),
|
||||
borderRadius: getToken("$1")
|
||||
}}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user