Skip to content

Commit

Permalink
Merge pull request #321 from rebeccaalpert/shadow
Browse files Browse the repository at this point in the history
fix(Chatbot): Change box shadow
  • Loading branch information
nicolethoen authored Nov 18, 2024
2 parents 0019c2e + 2b32f27 commit d5220d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/module/src/Chatbot/Chatbot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
height: 70vh;
background-color: var(--pf-t--chatbot--background);
border-radius: var(--pf-t--global--border--radius--medium);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
box-shadow: var(--pf-t--global--box-shadow--lg);
font-size: var(--pf-t--chatbot--font-size);
z-index: var(--pf-t--global--z-index--md);
-webkit-font-smoothing: antialiased;
Expand All @@ -32,7 +32,7 @@
padding: 0;
height: 100%;
border-radius: 0;
box-shadow: none;
box-shadow: var(--pf-t--global--box-shadow--lg--left);
overflow: inherit;
}

Expand Down

0 comments on commit d5220d6

Please sign in to comment.