Updated global styles and TabBarItem styles

• Updated:
- global styles and TabBarItem styles
This commit is contained in:
mgabdev 2021-01-13 22:54:28 -05:00
parent be38ed784c
commit f86c1b3c6e
2 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ class TabBarItem extends React.PureComponent {
displayFlex: 1,
aiCenter: 1,
jcCenter: 1,
borderBottom2PX: 1,
borderBottom3PX: 1,
py5: 1,
outlineNone: 1,
cursorPointer: 1,

View File

@ -33,7 +33,7 @@
--solid_color_primary-opaque:rgba(255, 255, 255,.6);
--solid_color_secondary: #e2e8ec;
--solid_color_secondary-dark: #d9e0e5;
--solid_color_tertiary: #f5f5f7;
--solid_color_tertiary: #F0F2F5;
--solid_color_block: #f5f8fa;
--solid_color_highlight: rgba(224, 234, 66, .125);
--solid_color_toast: #232425;
@ -378,7 +378,7 @@ pre {
.border2PX { border-width: 2px; }
.border6PX { border-width: 6px; }
.borderBottom2PX { border-bottom-width: 2px; }
.borderBottom3PX { border-bottom-width: 3px; }
.borderDashed { border-style: dashed; }