diff --git a/src/components/workspace/ABIUi/ABIUi.module.scss b/src/components/workspace/ABIUi/ABIUi.module.scss index fe704a8..627a60c 100644 --- a/src/components/workspace/ABIUi/ABIUi.module.scss +++ b/src/components/workspace/ABIUi/ABIUi.module.scss @@ -126,7 +126,7 @@ width: 100%; box-shadow: none; background: var(--grey--10); - color: var(--grey); + color: var(--light-grey); } .actions { width: 100%; diff --git a/src/styles/global.scss b/src/styles/global.scss index d762821..e469f22 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -6,6 +6,7 @@ --text-color: #f7f7f7; --black-500: #0e0e10; --grey: #4f4e4e; + --light-grey: #7e7d7d; --grey-500: #1a1a1a; --grey-900: #232328; --grey-1000: #131212;