fix(theme) Update colors (#10649)
This commit is contained in:
parent
8e9034601d
commit
56883f0a65
|
@ -41,8 +41,7 @@ export const colors = {
|
|||
success05: '#1EC26A',
|
||||
|
||||
warning05: '#F8AE1A',
|
||||
warning06: '#ED9E1B',
|
||||
warning07: '#D77976',
|
||||
warning06: '#FFD600',
|
||||
|
||||
disabled01: '#00000040',
|
||||
|
||||
|
@ -258,9 +257,6 @@ export const colorMap = {
|
|||
// Color for indicating a raised hand
|
||||
warning02: 'warning06',
|
||||
|
||||
// Color for insecure room
|
||||
warning03: 'warning07',
|
||||
|
||||
// Color for disabled tab
|
||||
tab01Disabled: 'disabled01',
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ import { ColorSchemeRegistry, schemeColor } from '../../../base/color-scheme';
|
|||
import { BoxModel, fixAndroidViewClipping } from '../../../base/styles';
|
||||
import BaseTheme from '../../../base/ui/components/BaseTheme.native';
|
||||
|
||||
export const INSECURE_ROOM_NAME_LABEL_COLOR = BaseTheme.palette.warning03;
|
||||
export const INSECURE_ROOM_NAME_LABEL_COLOR = BaseTheme.palette.actionDanger;
|
||||
|
||||
const NAVBAR_BUTTON_SIZE = 24;
|
||||
|
||||
|
|
Loading…
Reference in New Issue