Skip to content

Commit 35659e5

Browse files
committed
style navigation table rows [ci]
Signed-off-by: Paweł Perek <[email protected]>
1 parent 67b46a7 commit 35659e5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/sv/frontend/src/beta-theme/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ betaTheme = createTheme(betaTheme, {
234234
styleOverrides: {
235235
root: {
236236
borderColor: betaTheme.palette.colors.neutral[15],
237+
borderBottom: 'none',
237238
},
238239
head: {
239240
fontFamily: 'Lato',

apps/sv/frontend/src/components/governance/ProposalListingSection.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ const VoteRow: React.FC<VoteRowProps> = props => {
157157
borderRadius: '4px',
158158
border: '1px solid #4F4F4F',
159159
paddingBlock: '10px',
160+
'&:hover': { backgroundColor: '#1B1B1B' },
160161
}}
161162
data-testid={`${uniqueId}-row`}
162163
>

0 commit comments

Comments
 (0)