From f4749094b17866dd4ae147d88a818ac833a728be Mon Sep 17 00:00:00 2001 From: goodmice Date: Tue, 27 Dec 2022 19:18:14 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=BA=D0=BE=D0=BD=D0=BA=D0=B8=20=D1=81?= =?UTF-8?q?=D0=BA=D0=B2=D0=B0=D0=B6=D0=B8=D0=BD=20=D0=BE=D0=BF=D1=82=D0=B8?= =?UTF-8?q?=D0=BC=D0=B8=D0=B7=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D1=8B=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D1=82=D1=91=D0=BC=D0=BD=D0=BE=D0=B9=20?= =?UTF-8?q?=D1=82=D0=B5=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/icons/PointerIcon.tsx | 8 ++++---- src/components/icons/WellIcon.tsx | 26 ++++++++++++-------------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/src/components/icons/PointerIcon.tsx b/src/components/icons/PointerIcon.tsx index 4c66b6b..bb4910c 100755 --- a/src/components/icons/PointerIcon.tsx +++ b/src/components/icons/PointerIcon.tsx @@ -16,10 +16,10 @@ export interface PointerIconProps { } const defaultColors: PointerIconColors = { - online: 'red', - active: 'black', - inactive: 'gray', - unknown: 'gray', + online: '#C32828', + active: 'white', + inactive: '#A7A7A7', + unknown: '#7B7B7B', } const defaultProps: PointerIconProps = { diff --git a/src/components/icons/WellIcon.tsx b/src/components/icons/WellIcon.tsx index 996ed35..a0f66a2 100755 --- a/src/components/icons/WellIcon.tsx +++ b/src/components/icons/WellIcon.tsx @@ -16,10 +16,10 @@ export type WellIconProps = React.SVGProps & { } const defaultColors: WellIconColors = { - online: 'red', - active: 'black', - inactive: 'gray', - unknown: 'gray', + online: '#C32828', + active: 'white', + inactive: '#A7A7A7', + unknown: '#7B7B7B', } const defaultProps: WellIconProps = { @@ -34,7 +34,7 @@ export const WellIcon = React.memo(({ width, height, state, online, colors, ...o return ( - - - - - - - {online && ( // Полоски, показывающие наличие свежей телеметрии - + + + + + {online || ( // Полоски, показывающие наличие свежей телеметрии +