fix: standardize color format to lowercase hex in TabbedLayout and category styles

This commit is contained in:
David Haz
2025-07-15 20:30:04 +03:00
parent a1830ad324
commit f5a27bc86e
2 changed files with 3 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ import ContributionSection from './ContributionSection.vue';
:deep(.p-tab[aria-selected='true'] .tab-header) {
background: #222;
color: #27FF64;
color: #27ff64;
}
:deep(.p-tabpanels) {