mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
wip
This commit is contained in:
@@ -37,7 +37,7 @@ export function AccountTransactionsFilterTabs() {
|
||||
id={'uncategorized'}
|
||||
title={
|
||||
<>
|
||||
<span style={{ color: '#ff0000' }}>
|
||||
<span style={{ color: 'var(--color-danger)' }}>
|
||||
{currentAccount.uncategorized_transactions}
|
||||
</span>{' '}
|
||||
Uncategorized Transactions
|
||||
|
||||
@@ -290,7 +290,7 @@ $pt-popover-box-shadow:
|
||||
|
||||
body.bp4-dark {
|
||||
--color-primary: #8abbff;
|
||||
--color-danger: red;
|
||||
--color-danger: rgb(213, 103, 103);
|
||||
|
||||
--color-dark-gray5: #404854;
|
||||
--color-dark-gray4: #383e47;
|
||||
|
||||
Reference in New Issue
Block a user