We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c5cee commit ed93249Copy full SHA for ed93249
components/dashboard/src/org-admin/MaintenanceNotificationCard.tsx
@@ -118,7 +118,7 @@ export const MaintenanceNotificationCard: FC = () => {
118
</div>
119
) : (
120
<div>
121
- <div className="px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md bg-gray-50 dark:bg-gray-700 text-gray-700 dark:text-gray-300 min-h-[4rem]">
+ <div className="px-3 py-2 border border-pk-border-base rounded-md bg-pk-surface-secondary text-pk-content-secondary min-h-[4rem]">
122
{message}
123
124
<div className="mt-2 flex justify-end">
0 commit comments