Designing "Clicky" button

This commit is contained in:
2018-05-14 13:09:51 +10:00
parent 1e55aa17e9
commit 83a1ae89e6
4 changed files with 45 additions and 8 deletions

View File

@ -80,7 +80,9 @@ export default class Button extends React.Component {
href={href}
to={to}
>
{contents}
<span class="o-btn__inner">
{contents}
</span>
</ElementType>
);
}