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:
@@ -399,11 +399,11 @@ div:has(> .props-table) {
|
||||
background-color: #0b0b0b;
|
||||
border: 1px solid #333;
|
||||
white-space: nowrap;
|
||||
color: #27FF64;
|
||||
color: #27ff64;
|
||||
border-radius: 50px;
|
||||
font-size: 0.8rem;
|
||||
font-weight: 400;
|
||||
padding: .6em 1.2em;
|
||||
padding: 0.6em 1.2em;
|
||||
transition: 0.3s ease;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user