mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Remove glass style
This commit is contained in:
@@ -72,7 +72,6 @@ export const DropdownMenu = ({ children, ...props }: MenuProps) => {
|
|||||||
radius="sm"
|
radius="sm"
|
||||||
styles={{
|
styles={{
|
||||||
dropdown: {
|
dropdown: {
|
||||||
backdropFilter: 'blur(8px)',
|
|
||||||
filter: 'drop-shadow(0 0 5px rgb(0, 0, 0, 50%))',
|
filter: 'drop-shadow(0 0 5px rgb(0, 0, 0, 50%))',
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -38,7 +38,6 @@ export const Select = ({ width, maxWidth, ...props }: SelectProps) => {
|
|||||||
withinPortal
|
withinPortal
|
||||||
styles={{
|
styles={{
|
||||||
dropdown: {
|
dropdown: {
|
||||||
backdropFilter: 'blur(8px)',
|
|
||||||
background: 'var(--dropdown-menu-bg)',
|
background: 'var(--dropdown-menu-bg)',
|
||||||
filter: 'drop-shadow(0 0 5px rgb(0, 0, 0, 20%))',
|
filter: 'drop-shadow(0 0 5px rgb(0, 0, 0, 20%))',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
--input-active-fg: rgb(193, 193, 193);
|
--input-active-fg: rgb(193, 193, 193);
|
||||||
--input-active-bg: rgba(255, 255, 255, 0.1);
|
--input-active-bg: rgba(255, 255, 255, 0.1);
|
||||||
|
|
||||||
--dropdown-menu-bg: rgba(24, 24, 24, 0.85);
|
--dropdown-menu-bg: rgb(24, 24, 24);
|
||||||
--dropdown-menu-fg: rgb(220, 220, 220);
|
--dropdown-menu-fg: rgb(220, 220, 220);
|
||||||
--dropdown-menu-bg-hover: rgb(37, 38, 43);
|
--dropdown-menu-bg-hover: rgb(37, 38, 43);
|
||||||
--dropdown-menu-border: 1px rgba(50, 50, 50, 0.7) solid;
|
--dropdown-menu-border: 1px rgba(50, 50, 50, 0.7) solid;
|
||||||
@@ -81,7 +81,7 @@
|
|||||||
--toast-description-fg: rgb(193, 194, 197);
|
--toast-description-fg: rgb(193, 194, 197);
|
||||||
--toast-bg: rgb(16, 16, 16);
|
--toast-bg: rgb(16, 16, 16);
|
||||||
|
|
||||||
--modal-bg: rgba(24, 24, 24, 0.85);
|
--modal-bg: rgb(24, 24, 24);
|
||||||
|
|
||||||
--paper-bg: rgb(30, 30, 30);
|
--paper-bg: rgb(30, 30, 30);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user