From 2c1a4229f5dfc3f9cbe6a5ed5bc09d6befed3882 Mon Sep 17 00:00:00 2001 From: Chun-MingChen Date: Sun, 16 Sep 2018 18:25:14 +0800 Subject: [PATCH] Slightly tuning for primary color --- website/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index ab29e5f..8c99917 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -6,7 +6,7 @@ */ const ORGANIZATION_NAME = 'react-bootstrap-table'; const PROJECT_NAME = 'react-bootstrap-table2'; -const PRIMARY_COLOR = '#007bff'; +const PRIMARY_COLOR = '#1976d2'; const SECONDARY_COLOR = '#1769aa'; /* List of projects/orgs using your project for the users page */