fix(analytics-ui): standardize branding, colors, and border radii
This commit is contained in:
@@ -35,8 +35,8 @@ const WorldMap = ({ data }: WorldMapProps) => {
|
||||
|
||||
// Plausible-like colors based on provided SVG snippet
|
||||
const isDark = resolvedTheme === 'dark'
|
||||
const defaultFill = isDark ? "#2d2d2d" : "#F2F2F2" // Approx gray-750 / gray-150
|
||||
const defaultStroke = isDark ? "#171717" : "#FFFFFF" // gray-900 / white
|
||||
const defaultFill = isDark ? "#262626" : "#f5f5f5" // neutral-800 / neutral-100
|
||||
const defaultStroke = isDark ? "#171717" : "#ffffff" // neutral-900 / white
|
||||
const brandOrange = "#FD5E0F"
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user