mirror of
https://github.com/lingble/chatwoot.git
synced 2026-03-20 03:52:43 +00:00
* Make button text black * Remove custom white text for warning buttons
This commit is contained in:
committed by
Nithin David Thomas
parent
b89353b76c
commit
cdada37e3a
@@ -6,10 +6,6 @@
|
||||
border-radius: 1000px;
|
||||
}
|
||||
|
||||
&.warning {
|
||||
color: $white;
|
||||
}
|
||||
|
||||
&.grey-btn {
|
||||
color: $color-gray;
|
||||
|
||||
|
||||
@@ -270,8 +270,8 @@ $button-margin: 0 0 $global-margin 0;
|
||||
$button-fill: solid;
|
||||
$button-background: $primary-color;
|
||||
$button-background-hover: scale-color($button-background, $lightness: -15%);
|
||||
$button-color: $white;
|
||||
$button-color-alt: $white;
|
||||
$button-color: $black;
|
||||
$button-color-alt: $black;
|
||||
$button-radius: $global-radius;
|
||||
$button-sizes: (
|
||||
tiny: $font-size-micro,
|
||||
|
||||
Reference in New Issue
Block a user