Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

style: Beamer drawer #3521

Merged
merged 1 commit into from
Feb 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/List/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const StyledListItem = styled(ListItem)<ListItemProps>`
}

& .beamer_icon.active {
background-color: ${secondary};
background-color: ${secondary} !important;
top: auto;
bottom: 8px;
left: 31px;
Expand Down
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const DEFAULT_CHAIN_ID =
export const PUBLIC_URL = process.env.PUBLIC_URL
export const TX_SERVICE_VERSION = '1'
export const INTERCOM_ID = IS_PRODUCTION ? process.env.REACT_APP_INTERCOM_ID : 'plssl1fl'
export const BEAMER_ID = IS_PRODUCTION ? process.env.REACT_APP_BEAMER_ID || '' : 'kqHQMTfH40865'
export const BEAMER_ID = IS_PRODUCTION ? process.env.REACT_APP_BEAMER_ID || '' : 'ehlRMhQi41258'
DiogoSoaress marked this conversation as resolved.
Show resolved Hide resolved
export const GOOGLE_ANALYTICS_ID = process.env.REACT_APP_GOOGLE_ANALYTICS || ''
export const SENTRY_DSN = process.env.REACT_APP_SENTRY_DSN || ''
export const PORTIS_ID = process.env.REACT_APP_PORTIS_ID ?? '852b763d-f28b-4463-80cb-846d7ec5806b'
Expand Down