Skip to content

Commit

Permalink
Update sass/themes/schemas/components/dark/_chip.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonoff authored Oct 1, 2024
1 parent 175ac65 commit 677ea7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sass/themes/schemas/components/dark/_chip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ $dark-bootstrap-chip: $bootstrap-chip;
///
/// @prop {Map} ghost-background [color: ('gray', 100)] - The chip ghost background color.
///
/// @prop {Map} $disabled-text-color [contrast-color: ('gray', 50, .2)] - The disabled chip text color.
/// @prop {Map} $disabled-background [contrast-color: ('gray', 50, .05)] - The disabled chip background color.
/// @prop {Map} $disabled-border-color [ color: ('gray', 50)] - The disabled chip border color.
/// @prop {Map} disabled-text-color [contrast-color: ('gray', 50, .2)] - The disabled chip text color.
/// @prop {Map} disabled-background [contrast-color: ('gray', 50, .05)] - The disabled chip background color.
/// @prop {Map} disabled-border-color [ color: ('gray', 50)] - The disabled chip border color.
/// @requires $indigo-chip
$dark-indigo-chip: extend(
$indigo-chip,
Expand Down

0 comments on commit 677ea7f

Please sign in to comment.