Skip to content

Commit

Permalink
Merged in feature/SHIBUI-2609-bootstrap-upgrade (pull request #666)
Browse files Browse the repository at this point in the history
SHIBUI-2609: upgrade Bootstrap css version

Approved-by: Charles Hasegawa
  • Loading branch information
rmathis authored and chasegawa committed Sep 21, 2023
2 parents f65b36e + 12a95d9 commit adb3454
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
16 changes: 8 additions & 8 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@fortawesome/react-fontawesome": "^0.1.18",
"@reduxjs/toolkit": "^1.9.0",
"@rjsf/core": "^4.1.1",
"bootstrap": "^5.2.3",
"bootstrap": "^5.3.0",
"date-fns": "^2.28.0",
"deep-object-diff": "^1.1.7",
"file-saver": "^2.0.5",
Expand Down
2 changes: 2 additions & 0 deletions ui/src/theme/project/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ $custom-control-spacer-x: 1rem;
white-space: normal;
height: 60px;

background: var(--bs-btn-bg);

&.previous {
$color: map.get($theme-colors, 'secondary');
@include button-variant($color, $color);
Expand Down
4 changes: 4 additions & 0 deletions ui/src/theme/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@ $fa-font-path: "~font-awesome/fonts";
$body-bg: $gray-100;

$link-decoration: none;

:root {
--bs-tertiary-bg: #e9ecef;
}

0 comments on commit adb3454

Please sign in to comment.