From b58c264556c307f0a5ebdb0f6f405730f01c4849 Mon Sep 17 00:00:00 2001 From: GleidsonDaniel Date: Mon, 18 Mar 2024 15:36:52 -0300 Subject: [PATCH] wip: end colors --- .../index.tsx | 6 +- .../ActionSheet/BottomSheetContent.tsx | 2 +- app/containers/AudioPlayer/PlayButton.tsx | 2 +- app/containers/AudioPlayer/Seek.tsx | 2 +- app/containers/BackgroundContainer/index.tsx | 4 +- app/containers/Button/index.tsx | 2 +- app/containers/Check.tsx | 2 +- app/containers/Chip/index.tsx | 6 +- app/containers/CollapsibleText/index.tsx | 8 +- .../HeaderButton/HeaderButtons.stories.tsx | 2 +- .../IncomingCallNotification/style.tsx | 2 +- app/containers/List/ListHeader.tsx | 2 +- app/containers/List/ListInfo.tsx | 2 +- app/containers/List/ListItem.tsx | 2 +- .../LoginServices/ServicesSeparator.tsx | 2 +- app/containers/OrSeparator.tsx | 2 +- app/containers/ReactionsList/AllTab.tsx | 2 +- .../ReactionsList/ReactionsTabBar.tsx | 4 +- app/containers/ReactionsList/UsersList.tsx | 2 +- app/containers/RoomItem/Actions.tsx | 2 +- app/containers/RoomItem/LastMessage.tsx | 2 +- app/containers/RoomItem/Tag.tsx | 4 +- app/containers/RoomItem/UpdatedAt.tsx | 2 +- app/containers/ServerItem/index.tsx | 4 +- .../SupportedVersionsExpired.tsx | 4 +- .../SupportedVersionsWarning.tsx | 6 +- app/containers/TextInput/FormTextInput.tsx | 6 +- app/containers/ThreadDetails.tsx | 2 +- app/containers/Touch.tsx | 4 +- app/containers/UIKit/DatePicker.tsx | 6 +- app/containers/UIKit/MultiSelect/Chips.tsx | 2 +- app/containers/UIKit/MultiSelect/Input.tsx | 2 +- app/containers/UIKit/MultiSelect/Items.tsx | 2 +- app/containers/UIKit/Overflow.tsx | 6 +- app/containers/UIKit/Section.tsx | 2 +- .../VideoConferenceBlock/components/styles.ts | 4 +- app/containers/UIKit/index.tsx | 2 +- app/containers/UserGeneratedContentRules.tsx | 4 +- app/containers/UserItem.tsx | 8 +- app/containers/markdown/AtMention.tsx | 2 +- app/containers/markdown/BlockQuote.tsx | 2 +- app/containers/markdown/Emoji.tsx | 2 +- app/containers/markdown/Hashtag.tsx | 2 +- app/containers/markdown/Link.tsx | 2 +- app/containers/markdown/ListItem.tsx | 2 +- app/containers/markdown/Preview.tsx | 2 +- app/containers/markdown/Table.tsx | 4 +- app/containers/markdown/TableCell.tsx | 4 +- app/containers/markdown/TableRow.tsx | 2 +- app/containers/markdown/index.tsx | 16 ++-- app/containers/markdown/new/Code.tsx | 4 +- app/containers/markdown/new/CodeLine.tsx | 2 +- app/containers/markdown/new/Emoji.tsx | 4 +- app/containers/markdown/new/Heading.tsx | 2 +- app/containers/markdown/new/Image.tsx | 4 +- app/containers/markdown/new/InlineCode.tsx | 6 +- app/containers/markdown/new/Katex.tsx | 4 +- app/containers/markdown/new/Link.tsx | 2 +- app/containers/markdown/new/OrderedList.tsx | 4 +- app/containers/markdown/new/Paragraph.tsx | 2 +- app/containers/markdown/new/Quote.tsx | 2 +- app/containers/markdown/new/TaskList.tsx | 4 +- app/containers/markdown/new/UnorderedList.tsx | 4 +- app/containers/message/Broadcast.tsx | 4 +- app/containers/message/CallButton.tsx | 4 +- .../Components/CollapsibleQuote/index.tsx | 4 +- .../Components/RightIcons/MessageError.tsx | 2 +- .../Components/RightIcons/ReadReceipt.tsx | 2 +- app/containers/message/Discussion.tsx | 6 +- app/containers/message/Image.tsx | 4 +- app/containers/message/Reactions.tsx | 14 ++-- app/containers/message/RepliedThread.tsx | 4 +- app/containers/message/Reply.tsx | 14 ++-- app/containers/message/Thread.tsx | 2 +- app/containers/message/Urls.tsx | 6 +- app/containers/message/Video.tsx | 2 +- .../OmnichannelHeader/OmnichannelQueue.tsx | 10 +-- .../containers/OmnichannelHeader/index.tsx | 2 +- app/lib/constants/colors.ts | 75 ++++++------------- .../useVideoConf/StartACallActionSheet.tsx | 2 +- app/lib/methods/helpers/navigation/index.ts | 2 +- app/views/AuthLoadingView.tsx | 2 +- app/views/AutoTranslateView/index.tsx | 2 +- app/views/CannedResponseDetail.tsx | 4 +- .../CannedResponseItem.tsx | 6 +- .../ChangeAvatarView/AvatarSuggestionItem.tsx | 2 +- app/views/ChangeAvatarView/index.tsx | 2 +- app/views/CloseLivechatView.tsx | 2 +- app/views/DefaultBrowserView/Item.tsx | 2 +- app/views/DirectoryView/Options.tsx | 10 +-- app/views/DirectoryView/index.tsx | 6 +- app/views/DisplayPrefsView.tsx | 4 +- .../ChangePassword.tsx | 2 +- app/views/E2EEncryptionSecurityView/index.tsx | 2 +- app/views/E2EEnterYourPasswordView.tsx | 4 +- app/views/E2EHowItWorksView.tsx | 2 +- app/views/E2ESaveYourPasswordView.tsx | 6 +- .../SelectPersonOrChannel.tsx | 2 +- app/views/ForwardMessageView/index.tsx | 2 +- app/views/InviteUsersEditView/Picker.tsx | 2 +- app/views/LanguageView/LanguageItem.tsx | 2 +- app/views/LoginView/UserForm.tsx | 2 +- .../MediaAutoDownloadView/ListPicker.tsx | 2 +- app/views/NewMessageView/ButtonCreate.tsx | 4 +- app/views/NewServerView/ServerInput/Item.tsx | 2 +- app/views/NewServerView/index.tsx | 2 +- .../NotificationPreferencesView/index.tsx | 2 +- app/views/PickerView.tsx | 2 +- .../DeleteAccountActionSheetContent/index.tsx | 4 +- app/views/ProfileView/index.tsx | 4 +- app/views/ReadReceiptView/index.tsx | 2 +- app/views/RegisterView.tsx | 2 +- app/views/ReportUserView/index.tsx | 2 +- app/views/RoomActionsView/index.tsx | 12 +-- app/views/RoomInfoEditView/index.tsx | 2 +- .../components/RoomInfoButtons.tsx | 2 +- app/views/RoomView/Banner.tsx | 4 +- .../RoomView/List/components/NavBottomFAB.tsx | 4 +- app/views/RoomView/Separator.tsx | 6 +- app/views/RoomView/UploadProgress.tsx | 8 +- app/views/RoomView/index.tsx | 4 +- app/views/RoomsListView/ListHeader/index.tsx | 2 +- app/views/RoomsListView/ServerDropdown.tsx | 4 +- app/views/RoomsListView/index.tsx | 4 +- app/views/ScreenLockConfigView.tsx | 2 +- app/views/SelectListView.tsx | 10 +-- app/views/SelectedUsersView/Header.tsx | 2 +- app/views/SelectedUsersView/index.tsx | 2 +- app/views/SettingsView/index.tsx | 4 +- app/views/ShareListView/index.tsx | 2 +- app/views/ShareView/Preview.tsx | 4 +- app/views/ShareView/Thumbs.tsx | 16 ++-- app/views/SidebarView/SidebarItem.tsx | 2 +- app/views/SidebarView/index.tsx | 2 +- app/views/ThemeView.tsx | 2 +- app/views/UserPreferencesView/ListPicker.tsx | 2 +- app/views/WorkspaceView/ServerAvatar.tsx | 2 +- 137 files changed, 271 insertions(+), 302 deletions(-) diff --git a/app/containers/ActionSheet/ActionSheetContentWithInputAndSubmit/index.tsx b/app/containers/ActionSheet/ActionSheetContentWithInputAndSubmit/index.tsx index d613039d1..e449ed96a 100644 --- a/app/containers/ActionSheet/ActionSheetContentWithInputAndSubmit/index.tsx +++ b/app/containers/ActionSheet/ActionSheetContentWithInputAndSubmit/index.tsx @@ -54,7 +54,7 @@ const FooterButtons = ({ onPress={cancelAction} />