mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Updated Show All button color
refs https://github.com/TryGhost/Product/issues/3926
This commit is contained in:
parent
16cb8d2599
commit
f50c25d63c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const OptionalShowMore = ({showMore}: {showMore?: ShowMoreData}) => {
|
|||
}
|
||||
|
||||
return (
|
||||
<div className={`mt-1 flex items-center gap-2 text-xs text-grey-700`}>
|
||||
<div className={`mt-1 flex items-center gap-2 text-xs text-green`}>
|
||||
<button type='button' onClick={showMore.loadMore}>Show all</button>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue