chore: Remove older UI (#11720)

This commit is contained in:
Sivin Varghese
2025-07-01 09:43:44 +05:30
committed by GitHub
parent 58da92a252
commit 24ea968b00
369 changed files with 974 additions and 9363 deletions

View File

@@ -60,7 +60,7 @@ export default {
@apply flex items-center;
}
.user-identifier {
@apply text-xs ml-0.5 text-slate-700 dark:text-slate-100;
@apply text-xs ml-0.5 text-n-slate-12;
}
.option__user-data {
@apply flex flex-col flex-grow ml-2 mr-2;
@@ -73,10 +73,10 @@ export default {
@apply relative top-px mr-0.5 rtl:mr-0 rtl:ml-0.5;
}
.option__title {
@apply text-slate-800 dark:text-slate-100 font-medium mb-0.5;
@apply text-n-slate-12 font-medium mb-0.5;
}
.option__body {
@apply text-xs text-slate-700 dark:text-slate-100 mt-1;
@apply text-xs text-n-slate-12 mt-1;
}
.option__user-data .option__body {