Skip to content

Commit

Permalink
paginatorSelectionColor is defined in the color configurator
Browse files Browse the repository at this point in the history
current implementations in UITheme and PharoDarkTheme shadow the UIThemeColorConfigurator>>#paginatorSelectionColor and subclass methods
  • Loading branch information
terpon committed Nov 10, 2024
1 parent 14982db commit 6459e14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/Spec2-Adapters-Morphic/PharoDarkTheme.extension.st
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
Extension { #name : 'PharoDarkTheme' }

{ #category : '*Spec2-Adapters-Morphic' }
PharoDarkTheme >> paginatorSelectionColor [

^ self lightBaseColor alpha: 0.8
]

{ #category : '*Spec2-Adapters-Morphic' }
PharoDarkTheme >> popoverButtonColor [

Expand Down
2 changes: 1 addition & 1 deletion src/Spec2-Adapters-Morphic/UITheme.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ UITheme >> modalBackdropColor [
{ #category : '*Spec2-Adapters-Morphic' }
UITheme >> paginatorSelectionColor [

^ self darkBaseColor alpha: 0.8
^ colorPalette paginatorSelectionColor
]

{ #category : '*Spec2-Adapters-Morphic' }
Expand Down

0 comments on commit 6459e14

Please sign in to comment.