mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
wip
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
.root {
|
||||
--x-color-background: var(--color-white);
|
||||
--x-color-border: rgba(255, 255, 255, 0.2);
|
||||
--x-color-border: hsla(0, 0%, 100%, 0.2);
|
||||
|
||||
:global(.bp4-dark) {
|
||||
:global(.bp4-dark) & {
|
||||
--x-color-background: transparent;
|
||||
--x-color-border: var(--color-dark-gray1);
|
||||
--x-color-border: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
&:global(.bp4-navbar){
|
||||
background-color: var(--x-color-background);
|
||||
|
||||
@@ -17,7 +17,7 @@ export function FSelect({ ...props }) {
|
||||
return <Select input={input} fill={true} {...props} />;
|
||||
}
|
||||
|
||||
const SelectButton = styled(Button)`
|
||||
export const SelectButton = styled(Button)`
|
||||
--x-color-select-background: #fff;
|
||||
--x-color-select-border: #ced4da;
|
||||
--x-color-select-caret: #8d8d8d;
|
||||
|
||||
Reference in New Issue
Block a user