Skip to content

Commit

Permalink
fix(Tile): adjust callout gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Apr 12, 2024
1 parent 95dd673 commit b6c0186
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/styles/scss/utilities/_ai-gradient.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
background: linear-gradient(
to top,
theme.$ai-aura-start $start,
15%,
theme.$ai-aura-end 50%
)
padding-box,
Expand All @@ -129,6 +130,7 @@
to top,
$background $start,
theme.$ai-aura-start $start,
15%,
theme.$ai-aura-end 50%
)
padding-box,
Expand Down

0 comments on commit b6c0186

Please sign in to comment.