✨(components) add react repo
This repo only contains a Button which is here only for demonstration purpose. Its purpose is to contain all the future react-based components of the design system.
This commit is contained in:
8
packages/react/src/components/Button/index.scss
Normal file
8
packages/react/src/components/Button/index.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
.c__button {
|
||||
background-color: var(--c--colors--primary);
|
||||
padding: 8px 30px;
|
||||
border-radius: 6px;
|
||||
border: none;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user