diff --git a/webui/src/common/styles/colors.sass b/webui/src/common/styles/colors.sass index 4463b96..272028d 100644 --- a/webui/src/common/styles/colors.sass +++ b/webui/src/common/styles/colors.sass @@ -1,4 +1,6 @@ $background: rgba(255, 255, 255, 0.14) $border: rgba(255, 255, 255, 0.35) -$white: #ECECEC \ No newline at end of file +$white: #ECECEC + +$green: #26EE5E \ No newline at end of file