mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
re-structure to monorepo.
This commit is contained in:
15
packages/webapp/src/components/Button/ButtonLink.tsx
Normal file
15
packages/webapp/src/components/Button/ButtonLink.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
// @ts-nocheck
|
||||
import styled from 'styled-components';
|
||||
|
||||
export const ButtonLink = styled.button`
|
||||
color: #0052cc;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
cursor: pointer;
|
||||
text-align: inherit;
|
||||
|
||||
&:hover,
|
||||
&:active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
`;
|
||||
1
packages/webapp/src/components/Button/index.tsx
Normal file
1
packages/webapp/src/components/Button/index.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from './ButtonLink';
|
||||
Reference in New Issue
Block a user