Skip to content

Commit ed93249

Browse files
Review comment: styling
Co-authored-by: Filip Troníček <[email protected]>
1 parent d9c5cee commit ed93249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/org-admin/MaintenanceNotificationCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const MaintenanceNotificationCard: FC = () => {
118118
</div>
119119
) : (
120120
<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]">
121+
<div className="px-3 py-2 border border-pk-border-base rounded-md bg-pk-surface-secondary text-pk-content-secondary min-h-[4rem]">
122122
{message}
123123
</div>
124124
<div className="mt-2 flex justify-end">

0 commit comments

Comments
 (0)