Skip to content

Commit 3749633

Browse files
authored
Fix screenshot step
1 parent ea61d24 commit 3749633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/Willow-Playground-Smalltalks2017/ScreenshotsStepWebView.class.st

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ ScreenshotsStepWebView >> screenshotFor: aSymbol describedBy: aCaption [
5757
html render: (ImageWebView locatedAt: Smalltalks2017FileMetadataLibrary / aSymbol applying: [ :theImage | theImage addClass smalltalks2017 screenshot ]).
5858
html div
5959
class: 'carousel-caption';
60-
setStyleTo: [ :style :constants |
60+
setStyleTo: [ :style |
6161
style
62-
color: constants >> #colors >> #black;
62+
color: #black;
6363
paddingBottom: 0 ];
6464
with: aCaption ]
6565
]

0 commit comments

Comments
 (0)