Give a bit of opacity to the divider colour

pull/21833/head
Travis Ralston 2021-04-23 16:04:53 -06:00
parent 82119ad595
commit 49f5f89351
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ $input-invalid-border-color: $warning-color;
$field-focused-label-bg-color: $bg-color;
$resend-button-divider-color: $muted-fg-color;
$resend-button-divider-color: #b9bec64a; // muted-text with a 4A opacity.
// scrollbars
$scrollbar-thumb-color: rgba(255, 255, 255, 0.2);