From 610557127dce448ff4b6870c78d4ab247f990882 Mon Sep 17 00:00:00 2001 From: Paridhi <073bct525.paridhi@pcampus.edu.np> Date: Wed, 8 Jan 2025 10:53:25 -0600 Subject: [PATCH] try changing border left --- veda.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/veda.config.js b/veda.config.js index b9d1b6235..470225b0b 100644 --- a/veda.config.js +++ b/veda.config.js @@ -129,7 +129,8 @@ module.exports = { backgroundColor: '#2276ac', sideBarColor: '#175074', textColor: 'White', - linkColor: '#175074' + linkColor: '#175074', + borderLeft: '0.5rem solid #175074' }, acceptButton: { default: { backgroundColor: '#175074', textColor: 'white' },