There are many customization options for Flatfile Portal 2.0. In order to change the background color, you would use a small snippet of code like this:
{
theme: {
columnMatch: {
table: {
th: {
backgroundColor: 'darkblue'
},
td: {
backgroundColor: 'darkblue'
}
}
}
}
}
In the above example, we changed the background color to “darkblue,” but you can choose any color you would like.
For more information about Flatfile theming and customization options, you can see our theming documentation.
Comments
0 comments
Please sign in to leave a comment.