mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-08 12:27:53 +00:00
feat: updates 'read more' button styling
This commit is contained in:
parent
dba4b3b687
commit
cfb60f37cf
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,8 @@ export const LabelContainer = ({
|
||||||
fontSize: '0.7em',
|
fontSize: '0.7em',
|
||||||
bottom: 5,
|
bottom: 5,
|
||||||
right: 5,
|
right: 5,
|
||||||
color: 'common.white'
|
color: 'common.white',
|
||||||
|
bgcolor: 'grey.400'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<ReadMoreIcon sx={{ color: 'common.white' }} />
|
<ReadMoreIcon sx={{ color: 'common.white' }} />
|
||||||
|
|
Loading…
Reference in a new issue