Skip to content

Commit

Permalink
Merge pull request #21 from epwinchell/styling_updates
Browse files Browse the repository at this point in the history
fix: styling updates
  • Loading branch information
josejulio authored Jul 8, 2024
2 parents 2f7edc9 + 7e02685 commit 651b153
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const useStyles = createUseStyles({
marginRight: "40px",
},
bubble: {
border: "1px solid var(--pf-v5-global--BackgroundColor--dark-400)",
borderRadius: "14px",
padding: "var(--pf-v5-global--spacer--sm) var(--pf-v5-global--spacer--md) var(--pf-v5-global--spacer--sm) var(--pf-v5-global--spacer--md)",
maxWidth: "100%",
Expand Down
1 change: 0 additions & 1 deletion packages/module/src/LoadingMessage/LoadingMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const useStyles = createUseStyles({
marginRight: "40px",
},
bubble: {
border: "1px solid var(--pf-v5-global--BackgroundColor--dark-400)",
borderRadius: "14px",
padding: "var(--pf-v5-global--spacer--sm) var(--pf-v5-global--spacer--md) var(--pf-v5-global--spacer--sm) var(--pf-v5-global--spacer--md)",
maxWidth: "100%",
Expand Down
5 changes: 5 additions & 0 deletions packages/module/src/VirtualAssistant/VirtualAssistant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ const useStyles = createUseStyles({
},
cardHeader: {
background: "var(--pf-v5-global--BackgroundColor--dark-400)",
"& .pf-v5-c-button.pf-m-plain": {
color: "var(--pf-v5-global--Color--light-100)",
paddingLeft: "0",
paddingRight: "0",
}
},
cardTitle: {
color: "var(--pf-v5-global--Color--light-100)",
Expand Down

0 comments on commit 651b153

Please sign in to comment.