Fix preset button text color for proper theme contrast
Added explicit color property to .preset-name CSS class to ensure text is always visible in both light and dark themes.
This commit is contained in:
@@ -598,6 +598,7 @@
|
|||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
color: var(--color-text-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Modal styles */
|
/* Modal styles */
|
||||||
|
|||||||
Reference in New Issue
Block a user