Skip to content

Commit

Permalink
fix(theme) Update colors (jitsi#10649)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpin authored and pull[bot] committed Dec 17, 2021
1 parent f7298b9 commit 68e9d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions react/features/base/ui/Tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ export const colors = {
success05: '#1EC26A',

warning05: '#F8AE1A',
warning06: '#ED9E1B',
warning07: '#D77976',
warning06: '#FFD600',

disabled01: '#00000040',

Expand Down Expand Up @@ -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',

Expand Down
2 changes: 1 addition & 1 deletion react/features/conference/components/native/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 68e9d5e

Please sign in to comment.