Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
plantec committed Feb 8, 2025
1 parent 863a001 commit 8f66144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Toplo-Widget-Album/ToAlbumSkin.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ToAlbumSkin >> installSkinEvent: anEvent [
lineSpacing: (e valueOfTokenNamed: #'line-height').
(e hasStamp: #placeholder)
ifTrue: [ e text foreground: Color gray lighter ]
ifFalse: [ e foreground: (e valueOfTokenNamed: #'color-text') ] ] ].
ifFalse: [ e text foreground: (e valueOfTokenNamed: #'color-text') ] ] ].

e geometry: (BlRoundedRectangleGeometry cornerRadius:
(e valueOfTokenNamed: #'border-radius')).
Expand Down

0 comments on commit 8f66144

Please sign in to comment.