From b150f56933eda018d2e53262b8146e1d1c28e75d Mon Sep 17 00:00:00 2001 From: GleidsonDaniel Date: Mon, 1 Apr 2024 11:52:51 -0300 Subject: [PATCH] chore: use same color as front end --- app/containers/RoomItem/Actions.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/containers/RoomItem/Actions.tsx b/app/containers/RoomItem/Actions.tsx index 69bacbfcc..7075cb25c 100644 --- a/app/containers/RoomItem/Actions.tsx +++ b/app/containers/RoomItem/Actions.tsx @@ -21,8 +21,6 @@ import I18n from '../../i18n'; const CONDENSED_ICON_SIZE = 24; const EXPANDED_ICON_SIZE = 28; -const starColor = '#f5d100'; - export const LeftActions = React.memo(({ transX, isRead, width, onToggleReadPress, displayMode }: ILeftActionsProps) => { const { colors } = useTheme(); @@ -120,14 +118,14 @@ export const RightActions = React.memo(({ transX, favorite, width, toggleFav, on styles.actionRightButtonContainer, { width, - backgroundColor: starColor, + backgroundColor: colors.statusFontWarning, left: '100%' }, viewHeight, animatedFavStyles ]} > - +