Skip to content

Commit

Permalink
react-components: remove ref to fontFamily in brand package
Browse files Browse the repository at this point in the history
  • Loading branch information
giannif committed Jul 25, 2023
1 parent 5915f65 commit 9c66f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-components/src/components/fetch-error.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import styled from '@emotion/styled'
import { fontFamily, giphyBlue, giphyLightGrey } from '@giphy/colors'
import { giphyBlue, giphyLightGrey } from '@giphy/colors'
import React, { SyntheticEvent } from 'react'

const Message = styled.div`
color: ${giphyLightGrey};
display: flex;
justify-content: center;
margin: 30px 0;
font-family: ${fontFamily.body};
font-family: interface, Helvetica Neue, helvetica, sans-serif;
font-size: 16px;
font-weight: 600;
a {
Expand Down

0 comments on commit 9c66f2c

Please sign in to comment.