mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-26 02:40:07 +02:00
change background
This commit is contained in:
@@ -539,7 +539,5 @@ export const DOUBLE_TAP_POSITION_THRESHOLD = 35;
|
|||||||
|
|
||||||
// glass background for mobile action buttons
|
// glass background for mobile action buttons
|
||||||
export const MOBILE_ACTION_BUTTON_BG = {
|
export const MOBILE_ACTION_BUTTON_BG = {
|
||||||
background: "rgba(255, 255, 255, 0.1)",
|
background: "var(--island-bg-color)",
|
||||||
backdropFilter: "blur(20px)",
|
|
||||||
WebkitBackdropFilter: "blur(20px)",
|
|
||||||
} as const;
|
} as const;
|
||||||
|
@@ -122,9 +122,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
|
|
||||||
background: rgba(255, 255, 255, 0.1);
|
background: var(--island-bg-color);
|
||||||
backdrop-filter: blur(20px);
|
|
||||||
-webkit-backdrop-filter: blur(20px);
|
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
@@ -168,8 +166,10 @@
|
|||||||
|
|
||||||
.ToolIcon {
|
.ToolIcon {
|
||||||
.ToolIcon__icon {
|
.ToolIcon__icon {
|
||||||
width: 2.5rem;
|
width: var(--mobile-action-button-size);
|
||||||
height: 2.5rem;
|
height: var(--mobile-action-button-size);
|
||||||
|
|
||||||
|
background-color: var(--island-bg-color);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
Reference in New Issue
Block a user