main

mattermost/focalboard

Last updated at: 29/12/2023 09:42

table.scss

TLDR

This file contains the styling for the table icon.

Classes

TableIcon

The TableIcon class defines the styling for the table icon. It sets the stroke width to 8px.

.TableIcon {
    stroke-width: 8px;
}