Feat/preferences UI polish (#6989)

* Preferences UI polish

* chore: cleanup

* chore: cleanup

* chore: removed unused classname
This commit is contained in:
anusree-bruno
2026-02-02 10:34:32 +05:30
committed by GitHub
parent 04806144a5
commit 89a0494e7e
13 changed files with 45 additions and 17 deletions

View File

@@ -1,6 +1,11 @@
import styled from 'styled-components';
const StyledWrapper = styled.div`
display: flex;
flex-direction: column;
gap: 1rem;
width: 100%;
color: ${(props) => props.theme.text};
.rows {
svg {