diff --git a/apps/home/static/home/scss/index.scss b/apps/home/static/home/scss/index.scss index 9fac671..e91f184 100644 --- a/apps/home/static/home/scss/index.scss +++ b/apps/home/static/home/scss/index.scss @@ -72,6 +72,12 @@ border-radius: var(--bs-border-radius-sm) var(--bs-border-radius-sm) 0 0; + .corbz-select-selected::after { + + transform: translateY(-50%) rotate(180deg); + + } + } .corbz-select-selected {