mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
fix: standardize color format to lowercase hex in TabbedLayout and category styles
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user