akveo / akveo/nebular

Smart-table actions button <nb-icon>

Open
#2,294 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
8.1k
Forks
1.5k
PR merge metrics
No merged PRs in 30d

Description

### Issue type

**I'm submitting a ...** (check one with "x")

* [x] bug report
* [ ] feature request

### Issue description

**Current behavior:**
My project is importing https://github.com/akveo/nebular/blob/master/src/framework/theme/styles/global/tables/_smart-table.theme.scss
and SmartTable actions font is too big, is that right?
![Capturar](https://user-images.githubusercontent.com/47186824/77452450-b7a8aa80-6dd4-11ea-9b19-33e7d3fb19e4.PNG)

In demo project they are using icons, so i get why font size is so big
```
edit: {
editButtonContent: '',
saveButtonContent: '',
cancelButtonContent: '',
},
```
This dosen't work, and changing it to
```

```
the icons dont show either, don't know if in doing something wrong;
On StackOverflow:
[https://stackoverflow.com/questions/57036330/how-to-display-custom-icons-on-ng2-smart-table](https://stackoverflow.com/questions/57036330/how-to-display-custom-icons-on-ng2-smart-table
)
work just fine outside smartTable
How can i make show?

**Expected behavior:**
Normal Styles

**Steps to reproduce:**
Add smartTable to a nebular project

```
th.ng2-smart-actions-title-add {
a {
display: flex;
align-items: center;
justify-content: center;
**font-size: 1.75rem !important;**
}
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.