mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-18 13:47:08 -04:00
Fix
This commit is contained in:
@@ -6,7 +6,7 @@ export function Title(props: { className?: string; children?: ReactNode }) {
|
||||
return (
|
||||
<h1
|
||||
className={clsx(
|
||||
'text-primary-700 mb-4 inline-block text-2xl font-normal sm:mb-6 sm:text-3xl',
|
||||
'mb-4 inline-block text-2xl font-normal sm:mb-6 sm:text-3xl',
|
||||
className
|
||||
)}
|
||||
>
|
||||
|
||||
@@ -201,7 +201,7 @@
|
||||
--color-primary-950: 255 255 255;
|
||||
--color-primary-900: 255 255 255;
|
||||
--color-primary-800: 170 220 250;
|
||||
--color-primary-700: 255 255 255;
|
||||
--color-primary-700: 150 200 250;
|
||||
--color-primary-600: 150 200 250;
|
||||
--color-primary-500: 59 130 246; /* standard blue */
|
||||
--color-primary-400: 37 99 235;
|
||||
|
||||
Reference in New Issue
Block a user