Skip to content

Commit

Permalink
Imported from brave-ui: fix bad paths for theme file
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Aug 1, 2019
1 parent 2f0de22 commit f5a4ce1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/features/shields/display.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/. */

import styled from '../../theme'
import palette from '../../theme/palette'
import palette from '../../theme/colors'
import Button, { Props as ButtonProps } from '../../components/buttonsIndicators/button'
import { ComponentType } from 'react'

Expand Down
2 changes: 1 addition & 1 deletion src/features/shields/media/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { StyledComponentClass } from 'styled-components'
import { CaratDownIcon, ShieldAlertIcon } from '../../../components/icons'

import { ComponentType } from 'react'
import palette from '../../../theme/palette'
import palette from '../../../theme/colors'

// rotated variants
function RotatedIconComponent (
Expand Down
2 changes: 1 addition & 1 deletion src/features/shields/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/. */

import styled from '../../theme'
import palette from '../../theme/palette'
import palette from '../../theme/colors'
import Background from './media/background.svg'
import { BlockedInfoRowStats, BlockedInfoRowText } from './display'
import { StyledWrapper as Toggle } from '../shields/toggle/style'
Expand Down
2 changes: 1 addition & 1 deletion src/features/shields/toggle/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import styled, { css } from '../../../theme'
import { Props } from './index'
import palette from '../../../theme/palette'
import palette from '../../../theme/colors'

export const StyledCheckbox = styled<{}, 'input'>('input')`
-webkit-appearance: none;
Expand Down

0 comments on commit f5a4ce1

Please sign in to comment.