File tree 3 files changed +8
-3
lines changed
src/paywall-previews/Preview1
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ # [ 2.5.27] - 04.08.2022
6
+
7
+ ## Added
8
+
9
+ - Changed the color of the text in the footer for Previews from fixed value to a value from the theme colors
10
+
5
11
# [ 2.5.26] - 21.07.2022
6
12
7
13
## Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inplayer-org/inplayer-ui" ,
3
3
"sideEffects" : false ,
4
- "version" : " 2.5.26 " ,
4
+ "version" : " 2.5.27 " ,
5
5
"author" : " InPlayer" ,
6
6
"description" : " InPlayer React UI Components" ,
7
7
"main" : " dist/inplayer-ui.cjs.js" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { ifProp } from 'styled-tools';
3
3
import { transparentize } from 'polished' ;
4
4
import { FaLock } from 'react-icons/fa' ;
5
5
import colors from '../../theme/colors' ;
6
- import { RestrictedAssetContainer } from '../shared/PreviewComponents' ;
7
6
8
7
export const InPlayerPreviewBox = styled . div `
9
8
background: ${ ( { theme } ) => theme . palette . background . main } ;
@@ -195,7 +194,7 @@ export const InplayerFooter = styled.div`
195
194
196
195
a {
197
196
text-decoration: none;
198
- color: #aaa ;
197
+ color: ${ ( { theme } ) => theme . palette . text . light } ;
199
198
font-size: 14px;
200
199
line-height: 18px;
201
200
}
You can’t perform that action at this time.
0 commit comments