Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: TT-140 implement toast improve color and correct border
  • Loading branch information
LEON12699 committed Feb 6, 2021
commit 997af76b27d9ba4cb7e829fa41861f0aa56f7f03
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ input[type="date"]::-webkit-clear-button {
}

.valid ::ng-deep .autocomplete-container ::ng-deep .input-container ::ng-deep input {
border: 1px solid #80bdff;
border: 1px solid $primary;
border-radius: 0.25rem;
}

Expand Down