1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00

Bump the border radius a little

This commit is contained in:
Daniel Barber 2019-11-02 20:25:36 -04:00
parent 47ad36f12a
commit 034eb6dca5
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -28,7 +28,7 @@ class AlbumViewItem: NSCollectionViewItem {
albumCoverView.layer?.masksToBounds = true
albumCoverBox.wantsLayer = true
albumCoverBox.layer?.cornerRadius = 6
albumCoverBox.layer?.cornerRadius = 7
albumCoverBox.layer?.borderWidth = 5
setAppearance(selected: false)