Skip to content

Commit

Permalink
Addresses Benjamin's review: Change #pending color to match all ui-bu…
Browse files Browse the repository at this point in the history
…tton text colors, conform to coding standards.
  • Loading branch information
Toalaah committed Jun 6, 2021
1 parent 4bbd52a commit 777cf1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
constants
colorDictionary

| currentTheme |
currentTheme := UserInterfaceTheme current.

^ IdentityDictionary
newFrom: {
#error -> (currentTheme properties at: TestRunner->#errorColor).
#failure -> (currentTheme properties at: TestRunner->#failureColor).
#successful -> (currentTheme properties at: TestRunner->#passColor).
#pending -> Color gray.
#pending -> (currentTheme properties at: PluggableTextMorph->#textColor)
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"class" : {
"colorDictionary" : "SK 6/5/2021 16:34",
"colorDictionary" : "SK 6/6/2021 14:27",
"neutralStatus" : "ClassTest 5/29/2021 00:26",
"statusDictionary" : "ClassTest 5/29/2021 18:43",
"statuses" : "ClassTest 5/29/2021 00:23",
Expand Down

0 comments on commit 777cf1d

Please sign in to comment.