Skip to content

Commit

Permalink
Cpcn 113 (#346)
Browse files Browse the repository at this point in the history
CPCN-113
  • Loading branch information
darconny authored Apr 20, 2023
1 parent 48f7cf5 commit 42fd508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/styles/custom-buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
// smaller button bellow xxl media query
.btn-responsive {
@include button-size($input-btn-padding-y-sm, $input-btn-padding-x-sm, $font-size-sm, $btn-border-radius-sm);
line-height: 1.2;

@include xxl {
@include button-size($input-btn-padding-y, $input-btn-padding-x, $font-size-button, $btn-border-radius);
Expand Down
2 changes: 1 addition & 1 deletion assets/wire/components/fields/UrgencyLabel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function UrgencyLabel ({item, listConfig, filterGroupLabels, alwaysShow =

return (
<span
className={'label label-rounded label--warning me-2'}
className={'label label--orange2 label--rounded me-2'}
style={{
color: urgencyHighlightColor,
backgroundColor: urgencyHighlightColor + '15', // color + alpha channel
Expand Down

0 comments on commit 42fd508

Please sign in to comment.