fix. [디자인 QA] LNB 텍스트 그림자 효과 적용
This commit is contained in:
@@ -216,7 +216,7 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
button {
|
||||
@apply flex items-center font-[500] text-[var(--lnb-disable-color)] transition-all duration-300 ease-in-out;
|
||||
@apply flex items-center font-[500] text-[var(--lnb-disable-color)] drop-shadow-[0_2px_2px_rgba(0,0,0,0.6)] transition-all duration-300 ease-in-out;
|
||||
}
|
||||
button:hover,
|
||||
button.is-active {
|
||||
|
||||
Reference in New Issue
Block a user