Lighter color for lara base

This commit is contained in:
Cagatay Civici 2024-05-13 11:03:41 +03:00
parent af0bdab287
commit 3824c84eb0
18 changed files with 47 additions and 49 deletions

View file

@ -44,12 +44,12 @@ const theme = ({ dt }) => `
}
.p-scrollpanel-bar-y {
width: ${dt('scrollpanel.bar.size')});
width: ${dt('scrollpanel.bar.size')};
top: 0;
}
.p-scrollpanel-bar-x {
height: ${dt('scrollpanel.bar.size')});
height: ${dt('scrollpanel.bar.size')};
bottom: 0;
}