This commit is contained in:
wchino
2026-06-13 17:38:25 +08:00
parent e7e938f261
commit 7b33d9f9fa
190 changed files with 23222 additions and 4336 deletions

View File

@@ -111,7 +111,8 @@ function onChange(code: string | undefined) {
object-fit: cover;
border-radius: 2px;
flex-shrink: 0;
background: #222;
background: #f4f0e8;
border: 1px solid var(--border-soft);
}
.country-option {
@@ -147,7 +148,7 @@ function onChange(code: string | undefined) {
.country-option-code {
font-size: 11px;
color: #888;
color: var(--text-muted);
flex-shrink: 0;
}
</style>