mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-15 22:26:58 +00:00
Refactor names
This commit is contained in:
parent
ad19a83b04
commit
373912b69c
@ -2,8 +2,8 @@ import { useTheme } from '@mui/material';
|
||||
|
||||
export const CopyIcon = ({ color, height = 11, width = 10 }) => {
|
||||
const theme = useTheme();
|
||||
|
||||
const setColor = color ? color : theme.palette.text.primary;
|
||||
|
||||
return (
|
||||
<svg
|
||||
width={width}
|
||||
|
@ -27,23 +27,23 @@
|
||||
z-index: 99999999;
|
||||
}
|
||||
|
||||
.tooltip[data-theme='light'] .bottom {
|
||||
.tooltip[data-theme='light'] .core-panel {
|
||||
background-color: #f1f1f1;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.tooltip[data-theme='dark'] .bottom {
|
||||
.tooltip[data-theme='dark'] .core-panel {
|
||||
background-color: var(--bg-2);
|
||||
color: var(--black);
|
||||
}
|
||||
|
||||
.tooltip:hover .bottom {
|
||||
.tooltip:hover .core-panel {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.tooltip .bottom i {
|
||||
.tooltip .core-panel i {
|
||||
bottom: 100%;
|
||||
height: 12px;
|
||||
left: 50%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user