Fix typo in replit theme

Remove duplicated pound sign.
This commit is contained in:
OneAndOnlyFinbar 2024-08-24 15:02:18 -04:00 committed by GitHub
parent 05084030db
commit 4841d95573
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -326,7 +326,7 @@
--dv-tabs-and-actions-container-background-color: #fcfcfc;
//
--dv-activegroup-visiblepanel-tab-background-color: #f0f1f2;
--dv-activegroup-hiddenpanel-tab-background-color: ##fcfcfc;
--dv-activegroup-hiddenpanel-tab-background-color: #fcfcfc;
--dv-inactivegroup-visiblepanel-tab-background-color: #f0f1f2;
--dv-inactivegroup-hiddenpanel-tab-background-color: #fcfcfc;
--dv-tab-divider-color: transparent;