@topconsultnpm/sdkui-react-beta 6.9.110 → 6.9.112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -141,14 +141,15 @@ export const StyledBtnLoadChart = styled.button `
|
|
|
141
141
|
justify-content: center;
|
|
142
142
|
box-shadow: 3px 5px #bbbbbb;
|
|
143
143
|
&:hover {
|
|
144
|
+
color: black;
|
|
145
|
+
cursor: pointer;
|
|
144
146
|
transform: translateY(1px);
|
|
145
147
|
box-shadow: 1px 1px #bbbbbb;
|
|
146
|
-
cursor: pointer;
|
|
147
148
|
background-color: ${(props) => props.$backgroundColor ? props.$backgroundColor : 'orange'};
|
|
148
149
|
.iconrefresh {
|
|
149
150
|
transition:.5s;
|
|
150
151
|
transform: rotate(180deg);
|
|
151
|
-
color:
|
|
152
|
+
color: black;
|
|
152
153
|
}
|
|
153
154
|
}
|
|
154
155
|
&:active {
|