diff --git a/ui/src/styles/index.scss b/ui/src/styles/index.scss index 552f22651..ae23f3ac3 100644 --- a/ui/src/styles/index.scss +++ b/ui/src/styles/index.scss @@ -32,6 +32,10 @@ justify-content: center; gap: 8px; + &-link { + color: $primary-color; + } + .ant-btn-loading-icon { height: 20px; }