Skip to content

Commit

Permalink
Left aligned header text (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomfrida authored Jul 6, 2020
1 parent 1e3f2c8 commit ddc154b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libraries/core-react/src/Table/Head.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ import React from 'react'
import PropTypes from 'prop-types'
import styled from 'styled-components'

const TableBase = styled.thead``
const TableBase = styled.thead`
text-align: left;
`

export const Head = (props) => {
const { children } = props
Expand Down

0 comments on commit ddc154b

Please sign in to comment.