Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toolbar style property has different object mapping compare to docs #8

Closed
syedabuthahirm opened this issue Feb 27, 2018 · 2 comments
Closed
Labels

Comments

@syedabuthahirm
Copy link

I want to add a bottom border to the toolbar. if I follow the documentation it's not working. the following one is worked for me.

Config

This is my workaround for toolbar style issue.

styles: {
        table: {
            toolbar: {
                root: {
                    borderBottom: '1px solid #e4e4e4'
                },
                search: {
                    searchText: {
                        color: 'red'
                    }
                }
            }
        }
}
@gregnb gregnb added the bug label Feb 27, 2018
@gregnb
Copy link
Owner

gregnb commented Feb 27, 2018

I will look into this thank you

@gregnb
Copy link
Owner

gregnb commented Mar 12, 2018

@syedabuthahirm so I'm trying to look for where I specify and example of changing the borderbottom color and I don't see it? can you point this out? Otherwise you're doing it correctly you need to target root

@gregnb gregnb closed this as completed Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants