Skip to content

Commit

Permalink
Update global and btn css
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykay-p committed Dec 21, 2020
1 parent 3f2ca08 commit 676b6ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/dodam-components/src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ const Button = React.forwardRef<HTMLButtonElement, ButtonProps>((props, ref) =>
<style jsx>
{`
.btn {
border-radius: 0;
border-radius: 6px;
color: #fff;
}
.btn-outline-primary {
color: #000;
}
.btn-md {
height: 46px;
Expand Down
2 changes: 1 addition & 1 deletion packages/dodam-components/src/styles/bootstrap.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$primary: #ebba00;

$secondary: #707070;
@import '../../node_modules/bootstrap/scss/bootstrap.scss';
2 changes: 2 additions & 0 deletions packages/dodam/styles/bootstrap.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
$primary: #ebba00;
$secondary: #707070;

@import '../../node_modules/bootstrap/scss/bootstrap.scss';

0 comments on commit 676b6ad

Please sign in to comment.