0
Fork 0
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:
Djordje Vlaisavljevic 2023-09-22 14:49:40 +01:00
parent 16cb8d2599
commit f50c25d63c

View file

@ -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>
);