Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
325e6425
Commit
325e6425
authored
Dec 28, 2022
by
isstuev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dark contract icon
parent
fb4d2497
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
LatestTxs.pw.tsx_dark-color-mode_default-view-mobile-dark-mode-1.png
...w.tsx_dark-color-mode_default-view-mobile-dark-mode-1.png
+0
-0
Home.pw.tsx_dark-color-mode_default-view---default-desktop-xl-mobile-dark-mode-1.png
..._default-view---default-desktop-xl-mobile-dark-mode-1.png
+0
-0
AddressContractIcon.tsx
ui/shared/address/AddressContractIcon.tsx
+6
-3
TxLogItem.pw.tsx_dark-color-mode_with-decoded-input-data-mobile-dark-mode-1.png
...color-mode_with-decoded-input-data-mobile-dark-mode-1.png
+0
-0
No files found.
ui/home/__screenshots__/LatestTxs.pw.tsx_dark-color-mode_default-view-mobile-dark-mode-1.png
View replaced file @
fb4d2497
View file @
325e6425
51.2 KB
|
W:
|
H:
51.1 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ui/pages/__screenshots__/Home.pw.tsx_dark-color-mode_default-view---default-desktop-xl-mobile-dark-mode-1.png
View replaced file @
fb4d2497
View file @
325e6425
291 KB
|
W:
|
H:
290 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ui/shared/address/AddressContractIcon.tsx
View file @
325e6425
import
{
Box
,
chakra
,
Tooltip
}
from
'
@chakra-ui/react
'
;
import
{
Box
,
chakra
,
Tooltip
,
useColorModeValue
}
from
'
@chakra-ui/react
'
;
import
React
from
'
react
'
;
type
Props
=
{
...
...
@@ -6,6 +6,9 @@ type Props = {
}
const
AddressContractIcon
=
({
className
}:
Props
)
=>
{
const
bgColor
=
useColorModeValue
(
'
gray.200
'
,
'
gray.600
'
);
const
color
=
useColorModeValue
(
'
gray.400
'
,
'
gray.200
'
);
return
(
<
Tooltip
label=
"Contract"
>
<
Box
...
...
@@ -13,8 +16,8 @@ const AddressContractIcon = ({ className }: Props) => {
width=
"24px"
height=
"24px"
borderRadius=
"12px"
backgroundColor=
"gray.200"
color=
"gray.400"
backgroundColor=
{
bgColor
}
color=
{
color
}
display=
"inline-flex"
alignItems=
"center"
justifyContent=
"center"
...
...
ui/tx/logs/__screenshots__/TxLogItem.pw.tsx_dark-color-mode_with-decoded-input-data-mobile-dark-mode-1.png
View replaced file @
fb4d2497
View file @
325e6425
57.1 KB
|
W:
|
H:
57.1 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment