Skip to content

Commit fc6610f

Browse files
authored
Merge pull request #2 from flatlogic/debug-scripts
Debug scripts
2 parents 2cee582 + 151b248 commit fc6610f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [2.1.1] - 22/11/2024
4+
5+
- Fixed dev mode errors
6+
37
## [3.3.2] [27/04/2023]
48

59
- Fix vuex errors

src/styles/_variables.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ $input-btn-line-height: 1.5;
151151
$input-btn-padding-y-sm: 0.4rem;
152152
$input-btn-padding-x-sm: 0.8rem;
153153

154+
$toast-background-color: $body-bg;
155+
$b-toast-background-opacity: 0.85 !default;
156+
154157
//== Navbar
155158
//
156159

0 commit comments

Comments
 (0)