Files
cunningham/packages/react/src/components/Button/index.scss

8 lines
157 B
SCSS
Raw Normal View History

.c__button {
background-color: var(--c--colors--primary);
padding: 8px 30px;
border-radius: 6px;
border: none;
color: white;
font-weight: bold;
}