Fix trust center dark mode
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
@@ -97,7 +97,7 @@ export function PublicTrustCenterVendors({ vendors, organizationName }: Props) {
|
||||
href={url}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-blue-600 hover:text-blue-800 underline"
|
||||
className="text-txt-info hover:opacity-80 underline transition-opacity"
|
||||
>
|
||||
{getCleanUrl(url)}
|
||||
</a>
|
||||
|
||||
@@ -30,8 +30,8 @@ export function PublicTrustCenterLayout({ organizationName, organizationLogo, ch
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="min-h-screen bg-tertiary">
|
||||
<header className="bg-surface border-b border-border-solid">
|
||||
<div className="min-h-screen bg-level-0">
|
||||
<header className="bg-level-1 border-b border-border-solid">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div className="flex items-center justify-between h-16">
|
||||
<div className="flex items-center space-x-4">
|
||||
|
||||
Reference in New Issue
Block a user