I want to change the style, but I can't do this ``` import styled from 'styled-components'; import { Tabs } from 'react-tab-view'; export default styled(Tabs)` border: 0; background: ${({ theme }) => theme.colors.eden}; box-shadow: 0 4px 4px rgba(0, 0, 0, .25); border-radius: 10px; `; ```