diff --git a/themes/mytheme/variables/_misc.scss b/themes/mytheme/variables/_misc.scss index 6e7ac74..ed4ecfa 100644 --- a/themes/mytheme/variables/_misc.scss +++ b/themes/mytheme/variables/_misc.scss @@ -77,6 +77,14 @@ $chipTextColor:$textColor; /// @group misc $chipBorderRadius:16px; +/// Focus color of a chip +/// @group misc +$chipFocusBg:#f8f9fa; + +/// Focus text color of a chip +/// @group misc +$chipFocusTextColor:$textColor; + /// Background of a scrollTop /// @group misc $scrollTopBg:rgba(0,0,0,0.7);