Skip to content

Commit

Permalink
Make button ugly
Browse files Browse the repository at this point in the history
  • Loading branch information
tchock committed Aug 31, 2021
1 parent 0ffaea7 commit c2fb9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import styled from '@xstyled/styled-components';
import { th } from '@xstyled/system';

const Button = styled.button`
background-color: material;
background-color: blue;
padding: 7 20 5;
border: none;
color: materialText;
color: white;
font-size: 12px;
Expand Down

0 comments on commit c2fb9b2

Please sign in to comment.