Skip to content

Commit 0c8eb42

Browse files
committed
💄 style(css): update background color variable
- change background color from secondary-fixed to secondary-container for improved UI consistency
1 parent 4ca35c5 commit 0c8eb42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Section/ProjectsSection/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
width: 90%;
1111
flex: 0 0 90%;
1212
user-select: none;
13-
background: var(--md-sys-color-secondary-fixed);
13+
background: var(--md-sys-color-secondary-container);
1414
padding: 1rem;
1515
border-radius: 1rem;
1616
text-decoration: none;

0 commit comments

Comments
 (0)