Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: lint error
  • Loading branch information
arjunlalb committed Aug 25, 2020
commit 465ea97b0d67713d60d5b5afadc241637e70df44
2 changes: 1 addition & 1 deletion projects/assets-library/assets/styles/_color-palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ $color-text-emphasis: $blue-5;
$color-border: $gray-2;

// Background colors for widgets
$widget-background-gray: linear-gradient(283.16deg, $gray-1 0%, rgba(244, 245, 245, 0.62) 100%);;
$widget-background-gray: linear-gradient(283.16deg, $gray-1 0%, rgba(244, 245, 245, 0.62) 100%);
$widget-background-white: white;