Merge pull request #6171 from abhishek-bruno/style/update-font-size

style: updated font size to 13px using theme props.
This commit is contained in:
Abhishek S Lal
2025-11-27 22:19:35 +05:30
committed by GitHub
parent 9d98eb86c4
commit 59514127d5
199 changed files with 640 additions and 588 deletions

View File

@@ -10,7 +10,7 @@ const StyledWrapper = styled.div`
background: none;
border: none;
cursor: pointer;
font-size: 12px;
font-size: ${(props) => props.theme.font.size.sm};
font-weight: 500;
transition: opacity 0.2s ease;
color: ${(props) => props.theme.colors.text.muted};
@@ -31,8 +31,8 @@ const StyledWrapper = styled.div`
thead {
td {
font-weight: 600;
font-size: 12px;
font-weight: 500;
font-size: ${(props) => props.theme.font.size.sm};
text-transform: uppercase;
letter-spacing: 0.5px;
padding: 8px 0;