mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix: discount & adjustment sale transactions bugs
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
import { defaultTheme } from "@xstyled/system";
|
||||
|
||||
export const OpenSansFontLink = `
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
|
||||
`;
|
||||
|
||||
export const theme = {
|
||||
...defaultTheme,
|
||||
}
|
||||
Reference in New Issue
Block a user